Skip to content

Renovate: actions/github-script to v8 #17

Renovate: actions/github-script to v8

Renovate: actions/github-script to v8 #17

Workflow file for this run

---
name: Add issues to project board
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-issue-to-project:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/add-to-project@38f0d7e429cc1e3366331dba6ab7a656f9aa01e2 # v0
with:
project-token: ${{ secrets.PROJECT_PAT }}