Skip to content

Commit

Permalink
Couple things
Browse files Browse the repository at this point in the history
  • Loading branch information
adambollen committed Dec 13, 2023
1 parent 59bab3e commit 276a344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_donotmerge.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: do-not-merge flag
name: PR do-not-merge flag

on:
pull_request:
types: [opened, labeled, unlabeled, synchronize, ready_for_review]

jobs:
do_not_merge-check:
label-check:
runs-on: ubuntu-latest
steps:
- name: Has tag
- name: Has label
if: github.base_ref == 'main' && contains( github.event.pull_request.labels.*.name, 'pr/do-not-merge')
run: |
echo "PR blocked: [tag: pr/do-not-merge]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

jobs:
test:
dotnet-test:

runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 276a344

Please sign in to comment.