Skip to content

I will reorganize the bucket directory with subdirectories, using tags #, a, b, c, ..., z. Perhaps this should be done after reviewing all existing PRs? #1558

I will reorganize the bucket directory with subdirectories, using tags #, a, b, c, ..., z. Perhaps this should be done after reviewing all existing PRs?

I will reorganize the bucket directory with subdirectories, using tags #, a, b, c, ..., z. Perhaps this should be done after reviewing all existing PRs? #1558

Workflow file for this run

on:
issue_comment:
types: [ created ]
name: Commented Pull Request
jobs:
pullRequestHandler:
name: PullRequestHandler
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: PullRequestHandler
uses: ScoopInstaller/GithubActions@main
if: startsWith(github.event.comment.body, '/verify')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}