Skip to content

Review project work regarding doing things on GitHub and us setting it up for them (we need their GitHub username for that first!) #29

Review project work regarding doing things on GitHub and us setting it up for them (we need their GitHub username for that first!)

Review project work regarding doing things on GitHub and us setting it up for them (we need their GitHub username for that first!) #29

name: Add to project board
on:
issues:
types:
- opened
- reopened
- transferred
pull_request:
types:
- reopened
- opened
permissions:
pull-requests: write
jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- name: Add issue or PR to upcoming course board
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/${{ github.repository_owner }}/projects/12
github-token: ${{ secrets.ADD_TO_BOARD }}