Browse Source

Try to debug project automation column issues

The error I get from my private test repo is different from this one. Need to check what the first step returns
pull/864/head
Kat Gerasimova 1 year ago committed by Kat Gerasimova
parent
commit
32f86b2725
  1. 35
      .github/workflows/triage-labelled.yml

35
.github/workflows/triage-labelled.yml

@ -17,23 +17,24 @@ 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
# - uses: kalgurn/update-project-item-status@main run: echo ${{ steps.addItem.outputs.itemId }}
# with: - uses: kalgurn/update-project-item-status@main
# project-url: https://github.com/orgs/vector-im/projects/91 with:
# github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} project-url: https://github.com/orgs/vector-im/projects/91
# item-id: ${{ steps.addItem.outputs.itemId }} github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
# status: "Needs info" item-id: ${{ steps.addItem.outputs.itemId }}
status: "Needs info"
ex_plorers: ex_plorers:
name: Add labelled issues to X-Plorer project name: Add labelled issues to X-Plorer project

Loading…
Cancel
Save