mirror of https://github.com/vacp2p/research.git
fix(workflow): add to project
* remove non-existing column attribute
This commit is contained in:
parent
9442187ae0
commit
06ca3b7823
|
@ -15,7 +15,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# You can target a repository in a different organization to the issue
|
# You can target a repository in a different organization to the issue
|
||||||
project-url: https://github.com/orgs/vacp2p/projects/7 # SeM board
|
project-url: https://github.com/orgs/vacp2p/projects/7 # SeM board
|
||||||
column: New
|
|
||||||
github-token: ${{ secrets.ADD_TO_PROJECT_SEM_PAT }}
|
github-token: ${{ secrets.ADD_TO_PROJECT_SEM_PAT }}
|
||||||
labeled: ${{env.SEM_TRACK_LABELS}}
|
labeled: ${{env.SEM_TRACK_LABELS}}
|
||||||
label-operator: OR
|
label-operator: OR
|
||||||
|
@ -23,7 +22,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# You can target a repository in a different organization to the issue
|
# You can target a repository in a different organization to the issue
|
||||||
project-url: https://github.com/orgs/vacp2p/projects/6 # general VaC board
|
project-url: https://github.com/orgs/vacp2p/projects/6 # general VaC board
|
||||||
column: New
|
|
||||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||||
labeled: ${{env.SEM_TRACK_LABELS}}
|
labeled: ${{env.SEM_TRACK_LABELS}}
|
||||||
label-operator: NOT # catch all lables not added to specific boards
|
label-operator: NOT # catch all lables not added to specific boards
|
||||||
|
|
Loading…
Reference in New Issue