Skip to content

Commit

Permalink
Update and rename push.yml to pr-open.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VeiveHata authored Sep 30, 2024
1 parent d26e6e4 commit 847ce03
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'PR Open'
on:
pull_request:
branches:
- main
types:
- opened
jobs:
add_comment:
name: 'Add Comment'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v2
with:
message: Please set a versioning label of either `major`, `minor`, or `patch` to the pull request.
21 changes: 0 additions & 21 deletions .github/workflows/push.yml

This file was deleted.

0 comments on commit 847ce03

Please sign in to comment.