Skip to content

Commit

Permalink
#1770 trying for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianOlosutean committed May 18, 2021
1 parent 6f5066f commit c4ba831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_labels_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Test approved or docs
runs-on: ubuntu-latest
steps:
- uses: danielchabr/pr-labels-checker@master
- uses: danielchabr/pr-labels-checker@develop-ver-3.0
id: checkLabel
with:
hasSome: PR:tested,PR:no testing needed,docs
Expand All @@ -31,7 +31,7 @@ jobs:
name: Merge not blocked
runs-on: ubuntu-latest
steps:
- uses: danielchabr/pr-labels-checker@master
- uses: danielchabr/pr-labels-checker@develop-ver-3.0
id: checkLabel
with:
hasNone: PR:reviewing,work in progress
Expand Down

0 comments on commit c4ba831

Please sign in to comment.