We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fc9cf commit 95076d0Copy full SHA for 95076d0
2 files changed
.github/workflows/automerge.yml
@@ -16,8 +16,10 @@ jobs:
16
env:
17
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
18
if: env.RELEASE_TOKEN != ''
19
+ shell: bash
20
run: echo "${RELEASE_TOKEN}" | gh auth login --with-token
21
- name: Enable auto-merge for Dependabot PRs
22
23
run: |
24
# Checking the PR title is a poor substitute for the actual PR changes
25
# but as long as this is used only with dependabot PRs,
.github/workflows/yamllint.yml
@@ -18,6 +18,8 @@ jobs:
- name: Check out
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install YAMLLint
run: sudo pip install yamllint
- name: Run YAMLLint
run: "yamllint -d '{extends: relaxed, rules: {line-length: disable, trailing-spaces: disable}}' ."
0 commit comments