Skip to content

Bump rojopolis/spellcheck-github-actions from 0.43.0 to 0.43.1 (#138) #351

Bump rojopolis/spellcheck-github-actions from 0.43.0 to 0.43.1 (#138)

Bump rojopolis/spellcheck-github-actions from 0.43.0 to 0.43.1 (#138) #351

name: Docs update auto-merge
on: push
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-22.04
if: ${{ github.head_ref == 'create-pull-request/patch' }}
steps:
- name: Wait other jobs are passed or failed
uses: kachick/wait-other-jobs@v3
timeout-minutes: 30
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for docs update PRs
if: contains('Update from neicnordic/sensitive-data-archive', github.event.head_commit.message)
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}