diff --git a/.github/workflows/synchronise-pr-version-npm.yml b/.github/workflows/synchronise-pr-version-npm.yml new file mode 100644 index 0000000..9b0fa6d --- /dev/null +++ b/.github/workflows/synchronise-pr-version-npm.yml @@ -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 }}