Skip to content

Commit

Permalink
Attach milestone to merged PRs (networkx#6802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jul 20, 2023
1 parent 909c159 commit 97d7752
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/milestone-merged-prs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Milestone

on:
pull_request_target:
types:
- closed
branches:
- "main"

jobs:
milestone_pr:
name: attach to PR
runs-on: ubuntu-latest
steps:
- uses: scientific-python/attach-next-milestone-action@f94a5235518d4d34911c41e19d780b8e79d42238
with:
token: ${{ secrets.MILESTONE_LABELER_TOKEN }}
force: true

0 comments on commit 97d7752

Please sign in to comment.