Skip to content

Running PR verification on Arshadul-Monir's branch #2422

Running PR verification on Arshadul-Monir's branch

Running PR verification on Arshadul-Monir's branch #2422

name: Verify PR
run-name: Running PR verification on ${{ github.actor }}'s branch
on:
pull_request:
permissions:
contents: write
issues: write
pull-requests: write
concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true
jobs:
verifyPr:
name: Run verification checks on the PR
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v6
- name: Verify PR description is filled out
uses: ./.github/composite/pr-description-check
with:
PR_ID: ${{ github.event.number }}
- name: Run composite workflow
uses: ./.github/composite/notion-checks
id: notion_check
with:
PR_ID: ${{ github.event.number }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}