Skip to content

Commit

Permalink
Improve project mangement (follow-up) (#676)
Browse files Browse the repository at this point in the history
* fix: Incorrect reply destructuring

* fix: Use `pull_request_target`
  • Loading branch information
fuzzypixelz authored Jan 26, 2024
1 parent 561c02d commit bb323ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-linking-issues.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Enforce linking issues to pull requests

on:
pull_request:
pull_request_target:
types: [opened, edited, labeled]
workflow_call:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
const login = "${{ github.event.issue.user.login }}";
const result = contributors
.data
.map(c => c.login)
.includes(login);
Expand Down

0 comments on commit bb323ae

Please sign in to comment.