OpenAPI generated code at 2023-07-18T21:43:31Z #223
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: Auto Assign to CLIB Project | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
env: | |
MY_GITHUB_TOKEN: ${{ secrets.CLIB_AUTOMATION_TOKEN }} | |
jobs: | |
assign_one_project: | |
runs-on: ubuntu-latest | |
name: Assign to One Project | |
steps: | |
- name: Assign NEW issues and NEW pull requests to project 1 | |
uses: srggrs/[email protected] | |
if: github.event.action == 'opened' | |
with: | |
project: 'https://github.com/orgs/plaid/projects/1' | |
column_name: 'Needs Investigation' |