Skip to content

Commit

Permalink
Add changelog-check and pr-number workflows (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot authored Feb 26, 2024
1 parent 5321705 commit 4be81ae
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/changelog-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Changelog check

on:
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened, labeled, unlabeled ]

jobs:
Changelog-Entry-Check:
name: Check Changelog Action
runs-on: ubuntu-20.04
steps:
- uses: tarides/changelog-check-action@v2
10 changes: 10 additions & 0 deletions .github/workflows/pr-number.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PR number update

on: [pull_request_target]

jobs:
PR-Number-Update:
name: Update PR number
runs-on: ubuntu-20.04
steps:
- uses: tarides/[email protected]

0 comments on commit 4be81ae

Please sign in to comment.