Skip to content

Commit

Permalink
Merge pull request #32 from isontheline/fix-label-checker-action
Browse files Browse the repository at this point in the history
chore: Update timeout minutes for label check workflow
  • Loading branch information
isontheline authored Aug 28, 2024
2 parents b4d0362 + a31ab3b commit 03d6380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check_labels:
name: Check Labels
runs-on: ubuntu-latest
timeout-minutes: 5m
timeout-minutes: 5
steps:
- name: Check Semver Labels
uses: docker://agilepathway/pull-request-label-checker:latest
Expand Down

0 comments on commit 03d6380

Please sign in to comment.