File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 shell : ${{ matrix.shell }}
2020 steps :
2121 - name : Checkout Bucket
22- uses : actions/checkout@v5.0.0
22+ uses : actions/checkout@v5.0.1
2323 with :
2424 fetch-depth : 2
2525 path : ' self_bucket'
2626 - name : Checkout Scoop
27- uses : actions/checkout@v5.0.0
27+ uses : actions/checkout@v5.0.1
2828 with :
2929 repository : ScoopInstaller/Scoop
3030 path : ' scoop_core'
Original file line number Diff line number Diff line change 1212 permissions :
1313 contents : write
1414 steps :
15- - uses : actions/checkout@v5.0.0
15+ - uses : actions/checkout@v5.0.1
1616 - name : Excavate
1717 uses : ScoopInstaller/GithubActions@main
1818 env :
Original file line number Diff line number Diff line change 1- on :
2- issue_comment :
3- types :
4- - created
5-
6- name : Commented Pull Request
7- jobs :
8- pullRequestHandler :
9- name : PullRequestHandler
10- runs-on : windows-latest
11- steps :
12- - uses : actions/checkout@v5.0.0
13- - name : PullRequestHandler
14- uses : ScoopInstaller/GithubActions@main
15- if : startsWith(github.event.comment.body, '/verify')
16- env :
17- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1+ on :
2+ issue_comment :
3+ types :
4+ - created
5+
6+ name : Commented Pull Request
7+ jobs :
8+ pullRequestHandler :
9+ name : PullRequestHandler
10+ runs-on : windows-latest
11+ steps :
12+ - uses : actions/checkout@v5.0.1
13+ - name : PullRequestHandler
14+ uses : ScoopInstaller/GithubActions@main
15+ if : startsWith(github.event.comment.body, '/verify')
16+ env :
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- on :
2- issues :
3- types :
4- - opened
5- - labeled
6-
7- name : Issues
8- jobs :
9- issueHandler :
10- name : IssueHandler
11- runs-on : windows-latest
12- permissions :
13- contents : write
14- issues : write
15- steps :
16- - uses : actions/checkout@v5.0.0
17- - name : IssueHandler
18- uses : ScoopInstaller/GithubActions@main
19- if : github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
20- env :
21- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1+ on :
2+ issues :
3+ types :
4+ - opened
5+ - labeled
6+
7+ name : Issues
8+ jobs :
9+ issueHandler :
10+ name : IssueHandler
11+ runs-on : windows-latest
12+ permissions :
13+ contents : write
14+ issues : write
15+ steps :
16+ - uses : actions/checkout@v5.0.1
17+ - name : IssueHandler
18+ uses : ScoopInstaller/GithubActions@main
19+ if : github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
20+ env :
21+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- on :
2- pull_request_target :
3- types :
4- - opened
5-
6- name : Pull Requests
7- jobs :
8- pullRequestHandler :
9- name : PullRequestHandler
10- runs-on : windows-latest
11- steps :
12- - uses : actions/checkout@v5.0.0
13- - name : PullRequestHandler
14- uses : ScoopInstaller/GithubActions@main
15- env :
16- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1+ on :
2+ pull_request_target :
3+ types :
4+ - opened
5+
6+ name : Pull Requests
7+ jobs :
8+ pullRequestHandler :
9+ name : PullRequestHandler
10+ runs-on : windows-latest
11+ steps :
12+ - uses : actions/checkout@v5.0.1
13+ - name : PullRequestHandler
14+ uses : ScoopInstaller/GithubActions@main
15+ env :
16+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments