Skip to content

Group all non-major updates together #33

Group all non-major updates together

Group all non-major updates together #33

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:
- name: Checkout source
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: ./actions/add-to-project
with:
project-token: ${{ secrets.PROJECT_PAT }}