version 1
the reminder not showing content on the card at dashboard view and the quizes are hardcoded must move to the db make api's for it
This commit is contained in:
21
backend/node_modules/plaid/.github/workflows/add_to_project.yml
generated
vendored
Normal file
21
backend/node_modules/plaid/.github/workflows/add_to_project.yml
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
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/assign-one-project-github-action@1.2.0
|
||||
if: github.event.action == 'opened'
|
||||
with:
|
||||
project: 'https://github.com/orgs/plaid/projects/1'
|
||||
column_name: 'Needs Investigation'
|
||||
Reference in New Issue
Block a user