Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 committed Jul 27, 2023
1 parent 5d14862 commit ff8781f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cherry-picker-on-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
triggered-on: closed
pr-number: ${{ github.event.number }}
milestone-title: "0"
milestoned-issue-number: "0"
2 changes: 2 additions & 0 deletions .github/workflows/cherry-picker-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:
triggered-on: commented
pr-number: ${{ github.event.issue.body }}
milestone-title: ${{ github.event.milestone.title }}
milestoned-issue-number: ${{ github.event.issue.number }}

0 comments on commit ff8781f

Please sign in to comment.