Skip to content

chore(deps): bump the all group across 1 directory with 6 updates #6

chore(deps): bump the all group across 1 directory with 6 updates

chore(deps): bump the all group across 1 directory with 6 updates #6

name: "Auto-merge eligibility"
on:
pull_request:
types:
- opened
- synchronize
- reopened
permissions:
contents: read
pull-requests: read
jobs:
automerge-eligibility:
name: automerge-eligibility
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Classify PR eligibility
shell: pwsh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pwsh -File .github/scripts/classify-automerge-eligibility.ps1 `
-PrNumber ${{ github.event.pull_request.number }} `
-Repo ${{ github.repository }}