Skip to content

TESTING

TESTING #71

Workflow file for this run

---
name: PR - Commit Parity
'on':
pull_request:
branches:
- main
- dev
- petermetz/**
push:
branches:
- main
- dev
jobs:
pr-commit-parity:
name: PR and Commit messages Parity
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Execute script
id: execute-script
env:
GITHUB_REPO: ${{ github.repository }}
GITHUB_ACTION_SCOPED_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQ_URL: ${{ github.event.pull_request.url }}
PULL_REQ_TITLE: ${{ github.event.pull_request.title }}
PULL_REQ_BODY: ${{ github.event.pull_request.body }}
run: |
./tools/pr-commit-parity.sh "GITHUB_REPO" "$GITHUB_ACTION_SCOPED_AUTH_TOKEN" "PULL_REQ_URL" "$PULL_REQ_TITLE" "$PULL_REQ_BODY"
- name: Commit message list
run: cat COMMIT_MESSAGES.txt