Skip to content

Commit bfe110f

Browse files
committed
use actions-ecosystem
1 parent a75c7d5 commit bfe110f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-file-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
skip-label: 'skip tests'
4242
failure-message: 'TypeScript code was edited without also editing a ${file-pattern} file; see the Testing page in our wiki on testing guidelines (the ${skip-label} label can be used to pass this check)'
4343

44+
- name: 'Add issue-please labe on PR open'
45+
uses: actions-ecosystem/action-add-labels@v1
46+
with:
47+
labels: 'issue-please'
48+
4449
- name: 'Ensure PR has an associated issue'
4550
uses: actions/github-script@v7
4651
with:

0 commit comments

Comments
 (0)