Skip to content

Bump cryptography from 43.0.0 to 43.0.1 #787

Bump cryptography from 43.0.0 to 43.0.1

Bump cryptography from 43.0.0 to 43.0.1 #787

Workflow file for this run

name: Dependabot auto-merge
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events
push:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-major || steps.metadata.outputs.update-type == 'version-update:semver-patch'

Check failure on line 24 in .github/workflows/automerge.yml

View workflow run for this annotation

GitHub Actions / Dependabot auto-merge

Invalid workflow file

The workflow is not valid. .github/workflows/automerge.yml (Line: 24, Col: 13): Unexpected symbol: 'version-update:semver-patch''. Located at position 181 within expression: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-major || steps.metadata.outputs.update-type == 'version-update:semver-patch'
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}