Skip to content

Bump pdfjs-dist from 4.0.379 to 4.2.67 #246

Bump pdfjs-dist from 4.0.379 to 4.2.67

Bump pdfjs-dist from 4.0.379 to 4.2.67 #246

Workflow file for this run

on: pull_request
name: Auto merge
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
name: Auto merge(dependabot)
runs-on: ubuntu-22.04
if: github.actor == 'dependabot[bot]'
steps:
- run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
automated:
name: Auto merge(automated)
runs-on: ubuntu-22.04
if: contains(github.event.pull_request.labels.*.name, 'automated')
steps:
- run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.X_GITHUB_PAT_AUTOMATED }}