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 5b41ce6Copy full SHA for 5b41ce6
.github/workflows/dependency-review.yml
@@ -21,6 +21,10 @@ jobs:
21
contents: read # for actions/checkout
22
pull-requests: write # for actions/dependency-review-action to post comments
23
steps:
24
+ - name: Skip on Merge Group
25
+ run: exit 0 # Artifically flag as successful, as this is a required check for branch protection.
26
+ if: github.event_name == 'merge_group'
27
+
28
- name: Checkout Repository
29
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ permissions:
jobs:
lint:
- name: Lint
+ name: Go Lint
runs-on: ubuntu-22.04
0 commit comments