Skip to content

Feature/shahbazhunzai2024 patch 1 #70

Feature/shahbazhunzai2024 patch 1

Feature/shahbazhunzai2024 patch 1 #70

Workflow file for this run

name: PR check naming convention
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
pr-lint:
runs-on: ubuntu-latest
steps:
- uses: seferov/pr-lint-action@master
with:
title-regex: '^TAU-\d+\s.+'
error-message: 'Add Ticket ID to your title e.g. "TAU-1"'
scan-pr-changes:
runs-on: ubuntu-latest
name: Annotates pull request with metadata
steps:
- name: Annotate PR
uses: tau-github-actions-for-testing/tau-own-action-pull-request@main
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
pr_number: ${{ github.event.number }}
token: ${{ secrets.PAT_TOKEN }}