Skip to content

Commit

Permalink
remind developers to set label on their PR's
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasengels committed Nov 13, 2024
1 parent 5b672eb commit a8203cf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/label-reminder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: label-reminder.yml
on:
pull_request:
branches:
- main
types:
- opened
jobs:
add_comment:
name: 'Add Comment'
runs-on: ubuntu-latest
steps:
- uses: mshick/add-pr-comment@v2
with:
message: Please set a versioning label of either `major`, `minor`, or `patch` to the pull request.
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a8203cf

Please sign in to comment.