Skip to content

Commit

Permalink
Create synchronise-pr-version-npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdean-digicatapult authored Oct 16, 2024
1 parent 32e3d58 commit f114802
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/synchronise-pr-version-npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Synchronise Version

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

permissions:
contents: write
pull-requests: write

jobs:
synchronise-pr-version-npm:
uses: digicatapult/shared-workflows/.github/workflows/synchronise-pr-version-npm.yml@main
with:
pr-number: ${{ github.event.pull_request.number }}
trunk-branch: "main"
secrets:
bot-id: ${{ secrets.BOT_ID }}
bot-key: ${{ secrets.BOT_KEY }}

0 comments on commit f114802

Please sign in to comment.