-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project Management Automation: Support adding milestones for fork PRs. (
#20058) * Project Management Automation: Support adding milestones for fork PRs. * Github: Remove unused workflow event. * Update packages/project-management-automation/lib/add-milestone.js Co-Authored-By: Andrew Duthie <[email protected]> * Project Management Automation: Update tests. * Project Management Automation: Remove `ifNotFork` from milestone handler. Co-authored-by: Andrew Duthie <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
on: | ||
pull_request: | ||
types: [opened, closed] | ||
types: [opened] | ||
push: | ||
name: Pull request automation | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters