Skip to content

Commit

Permalink
use actions-ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Dec 17, 2024
1 parent a75c7d5 commit bfe110f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-file-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
skip-label: 'skip tests'
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)'

- name: 'Add issue-please labe on PR open'
uses: actions-ecosystem/action-add-labels@v1
with:
labels: 'issue-please'

- name: 'Ensure PR has an associated issue'
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit bfe110f

Please sign in to comment.