An action tester #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Git Board - Pull Requests | |
on: | |
pull_request: | |
types: [opened, edited, labeled, unlabeled] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
git-board-pull-requests: | |
name: Git Board - Pull Requests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Git Board - Pull Requests | |
uses: landamessenger/git-board@master | |
with: | |
action: pull-request | |
project-urls: https://github.com/orgs/landamessenger/projects/2, https://github.com/orgs/landamessenger/projects/3 | |
commit-prefix-builder: | | |
branchName.replace("/", "-"); | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
github-token-personal: ${{ secrets.REPO_PAT }} | |