Skip to content

Bump the ktsu group with 3 updates #131

Bump the ktsu group with 3 updates

Bump the ktsu group with 3 updates #131

Workflow file for this run

name: Add issues and prs to ktsu.dev project
on:
issues:
types:
- opened
- reopened
- transferred
- labeled
pull_request:
types:
- opened
- reopened
- labeled
permissions:
contents: read
repository-projects: write
issues: write
pull-requests: write
jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Add item to project
uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/ktsu-dev/projects/2
github-token: ${{ secrets.PROJECT_AUTOMATION_TOKEN }}