mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 05:17:11 +08:00
update triage rules
This commit is contained in:
14
.github/workflows/issue-triager.yml
vendored
14
.github/workflows/issue-triager.yml
vendored
@@ -13,13 +13,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
||||
- uses: damccorm/tag-ur-it@master
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: "./triage-rules.yml"
|
||||
|
||||
- if: failure()
|
||||
- if: always()
|
||||
uses: actions/github-script@0.4.0
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
@@ -29,12 +29,4 @@ jobs:
|
||||
owner: context.owner,
|
||||
repo: context.repo,
|
||||
labels: ['needs triage']
|
||||
})
|
||||
|
||||
- name: Set Node.js 10.x
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
version: 10.x
|
||||
|
||||
# Need to explicitly install @octokit/rest separately or else it will mess with our typings.
|
||||
- run: npm install && npm install @octokit/rest
|
||||
})
|
||||
Reference in New Issue
Block a user