Skip to content

Commit

Permalink
Fix issue labeller job, again (#27287)
Browse files Browse the repository at this point in the history
With the correct URL format this time
  • Loading branch information
dbkr authored Apr 5, 2024
1 parent a187b54 commit 364ad02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triage-labelled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: konradpabjan/move-labeled-or-milestoned-issue@190352295fe309fcb113b49193bc81d9aaa9cb01
with:
action-token: "${{ secrets.ELEMENT_BOT_TOKEN }}"
project-url: "https://github.com/element-hq/element-web/projects/120"
project-url: "https://github.com/orgs/element-hq/projects/120"
column-name: "Needs info"
label-name: "X-Needs-Info"

Expand Down

0 comments on commit 364ad02

Please sign in to comment.