Skip to content

Commit

Permalink
Project Management: Run pull request automation on closed (#19742)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jan 20, 2020
1 parent d4b7692 commit e654dce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request-automation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: pull_request
on:
pull_request:
types: [opened, closed]
name: Pull request automation

jobs:
Expand Down

0 comments on commit e654dce

Please sign in to comment.