mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 15:47:39 +03:00
Apply suggestions from code review
This commit is contained in:
parent
0a42382f15
commit
aebd9678c8
13
.github/workflows/pr-formatting-check.yml
vendored
13
.github/workflows/pr-formatting-check.yml
vendored
@ -3,20 +3,9 @@ name: "PR Formatting"
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
- assigned
|
||||
- unassigned
|
||||
- labeled
|
||||
- unlabeled
|
||||
- opened
|
||||
- reopened
|
||||
- edited
|
||||
- converted_to_draft
|
||||
- ready_for_review
|
||||
- review_requested
|
||||
- review_request_removed
|
||||
- locked
|
||||
- unlocked
|
||||
- synchronize
|
||||
|
||||
permissions:
|
||||
statuses: write
|
||||
@ -32,6 +21,6 @@ jobs:
|
||||
egress-policy: audit
|
||||
|
||||
- name: Check PR Title
|
||||
uses: step-security/conventional-pr-title-action@101b3d5adffb51b5789997fea508c8313c8ddf02 # v3.2.2
|
||||
uses: amannn/action-semantic-pull-request@v6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user