config: bump 2023Q4
configuration to latest run of data preparation
#219
Workflow file for this run
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: Adds all new issues and PRs to appropriate projects | |
on: | |
issues: | |
types: | |
- opened | |
- transferred | |
pull_request: | |
branches: [main] | |
types: | |
- opened | |
jobs: | |
add-to-maintainer-project: | |
name: Add issue/PR to @cjyetman's maintainer project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/RMI-PACTA/projects/13 | |
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }} |