From bfe110fb30824f8354b368ab524530dcd61f5074 Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Tue, 17 Dec 2024 09:22:55 -0800 Subject: [PATCH] use actions-ecosystem --- .github/workflows/pr-file-check.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pr-file-check.yml b/.github/workflows/pr-file-check.yml index fcdf91b4f64b..1d0f83476b8f 100644 --- a/.github/workflows/pr-file-check.yml +++ b/.github/workflows/pr-file-check.yml @@ -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: