Skip to content

Commit

Permalink
DOC: only run on merged PRs, and use hash rather than tag (#8)
Browse files Browse the repository at this point in the history
* DOC: only run on merged PRs, and use hash rather than tag

* Fix syntax
  • Loading branch information
bsipocz authored Aug 1, 2023
1 parent a4889cf commit bc07be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ on:
jobs:
milestone_pr:
name: attach to PR
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: scientific-python/attach-next-milestone-action@v0.1.0
- uses: scientific-python/attach-next-milestone-action@a4889cfde7d2578c1bc7400480d93910d2dd34f6
with:
token: ${{ secrets.MILESTONE_LABELER_TOKEN }}
```
Expand Down

0 comments on commit bc07be8

Please # to comment.