Skip to content

Add GitHub Actions run link to commit messages #54

Add GitHub Actions run link to commit messages

Add GitHub Actions run link to commit messages #54

Workflow file for this run

name: Update PR Stack
on:
pull_request:
types: [closed, synchronize]
permissions:
contents: write
pull-requests: write
jobs:
update-pr-stack:
runs-on: ubuntu-latest
steps:
- uses: Phlogistique/autorestack-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}