We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5ae1e commit ee8af9aCopy full SHA for ee8af9a
.github/workflows/dependency-review.yml
@@ -21,6 +21,9 @@ jobs:
21
contents: read # for actions/checkout
22
pull-requests: write # for actions/dependency-review-action to post comments
23
steps:
24
+ - if: github.event_name == 'merge_group'
25
+ run: exit 0 # Artifically flag as successful, as this is a required check for branch protection.
26
+
27
- name: Checkout Repository
28
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ permissions:
jobs:
lint:
- name: Lint
+ name: Go Lint
runs-on: ubuntu-22.04
0 commit comments