Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
NolwenMajorFrances committed Oct 21, 2024
1 parent 6c795d9 commit 167c40d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dev_on_pull_request_title_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@ jobs:
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
regexp: '^(\((PC-[0-9]+|BSR)\) )?(build|lint|ci|docs|feat|fix|perf|refactor|test|chore)\(\w+\): \w+'
job_status:
runs-on: ubuntu-22.04
if: ${{ always() }}
needs: check
steps:
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
run: echo "$STEPS_CONTEXT"

0 comments on commit 167c40d

Please sign in to comment.