Test dropping renv session and including more time for project work #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |