We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a4c21 commit a74dba8Copy full SHA for a74dba8
.github/workflows/label_new_issues.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Add 'needs response' label to new issues
14
- uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf
+ uses: actions-ecosystem/action-add-labels@1a9c3715c0037e96b97bb38cb4c4b56a1f1d4871
15
with:
16
github_token: ${{ secrets.GITHUB_TOKEN }}
17
labels: 'needs response'
0 commit comments