diff --git a/.github/workflows/enforce-linking-issues.yml b/.github/workflows/enforce-linking-issues.yml index 7129050a46..de9ae7cc8b 100644 --- a/.github/workflows/enforce-linking-issues.yml +++ b/.github/workflows/enforce-linking-issues.yml @@ -1,7 +1,7 @@ name: Enforce linking issues to pull requests on: - pull_request: + pull_request_target: types: [opened, edited, labeled] workflow_call: diff --git a/.github/workflows/update-release-project.yml b/.github/workflows/update-release-project.yml index b4101167b5..ad0485fed3 100644 --- a/.github/workflows/update-release-project.yml +++ b/.github/workflows/update-release-project.yml @@ -60,7 +60,6 @@ jobs: const login = "${{ github.event.issue.user.login }}"; const result = contributors - .data .map(c => c.login) .includes(login);