Skip to content

Commit

Permalink
Merge pull request #4 from mohamedAdhamc/test-release-notes-gen-pr1
Browse files Browse the repository at this point in the history
add other workflow
  • Loading branch information
mohamedAdhamc authored Oct 21, 2024
2 parents 243accb + d047949 commit a218038
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/show-pr-change-note.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Show Pull Request Change Note

on:
pull_request:
types: [opened, edited]

jobs:
show-pull-request-change-note:
name: Show Pull Request Change Note
runs-on: ubuntu-latest
steps:
- name: Use The Release Notes Manager Action
uses: Ahmed-Khaled-dev/release-notes-manager@v1
env:
# secrets.GITHUB_TOKEN is automatically generated by GitHub for each workflow run
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
action-type: pr
pull-request-number: ${{ github.event.pull_request.number }}
pull-request-trigger-event: ${{ github.event.action }}

0 comments on commit a218038

Please sign in to comment.