Revert "Try to debug project automation column issues" (#874)
This reverts commit 4dbb3994d2.
This commit is contained in:
parent
b9b3d6633b
commit
fcf4454c1c
1 changed files with 17 additions and 18 deletions
35
.github/workflows/triage-labelled.yml
vendored
35
.github/workflows/triage-labelled.yml
vendored
|
|
@ -17,24 +17,23 @@ jobs:
|
||||||
project-url: https://github.com/orgs/vector-im/projects/43
|
project-url: https://github.com/orgs/vector-im/projects/43
|
||||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
|
||||||
move_needs_info:
|
# move_needs_info:
|
||||||
name: Move triaged needs info issues on board
|
# name: Move triaged needs info issues on board
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/add-to-project@main
|
# - uses: actions/add-to-project@main
|
||||||
id: addItem
|
# id: addItem
|
||||||
with:
|
# with:
|
||||||
project-url: https://github.com/orgs/vector-im/projects/91
|
# project-url: https://github.com/orgs/vector-im/projects/91
|
||||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
# github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
labeled: X-Needs-Info
|
# labeled: X-Needs-Info
|
||||||
- name: Print itemId
|
#
|
||||||
run: echo ${{ steps.addItem.outputs.itemId }}
|
# - uses: kalgurn/update-project-item-status@main
|
||||||
- uses: kalgurn/update-project-item-status@main
|
# with:
|
||||||
with:
|
# project-url: https://github.com/orgs/vector-im/projects/91
|
||||||
project-url: https://github.com/orgs/vector-im/projects/91
|
# github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
# item-id: ${{ steps.addItem.outputs.itemId }}
|
||||||
item-id: ${{ steps.addItem.outputs.itemId }}
|
# status: "Needs info"
|
||||||
status: "Needs info"
|
|
||||||
|
|
||||||
ex_plorers:
|
ex_plorers:
|
||||||
name: Add labelled issues to X-Plorer project
|
name: Add labelled issues to X-Plorer project
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue