Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,24 @@ jobs:
The title of this PR has been updated to match the correct format. Thank you!

- name: Check Labels
id: check-labels
uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: fix,feature,meta
repo_token: ${{ secrets.GITHUB_TOKEN }}
allow_failure: true

- name: Add comment that labels are missing
if: ${{ steps.check-labels.outputs.label_check == 'failure' }}
uses: marocchino/sticky-pull-request-comment@v2
with:
header: "PR Label Check"
recreate: true
message: |
### 🚨 Labels are missing
The PR is missing the required labels. Please add at least one of the following labels:
* `fix`
* `feature`

- name: Validate PR title format
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version Playground

Testing.......
Testing.........
Loading