We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8312655 + b5ad8cb commit 7a04e9bCopy full SHA for 7a04e9b
.github/workflows/pr-triage.yml
@@ -8,8 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Assign labels based on modified files
11
- # https://github.com/marketplace/actions/labeler?version=v4.0.2
12
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4
+ # https://github.com/marketplace/actions/labeler?version=v5.0.0
+ uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
13
with:
14
sync-labels: ''
15
repo-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments