david-lor/Tag on Pull Request merge
Create a Tag when a Pull Request is merged
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 5, 2025
- License
- ISC
Pinned Snippet
uses: david-lor/action-tag-on-pr-merge@ed84d398e4a2b3502b41047ff400f81ce6832525 # 0.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github Token for fetching Pull Request data | yes | ${{ github.token }} |
| push-tag | Push tag? (true/false) | no | false |
| tag-regex | Regex for validating tags | no | — |
Outputs
| name | description |
|---|---|
| tag | Detected tag |