Skip to content

Commit 705c568

Browse files
authored
Merge pull request element-hq#18888 from kittykat/issue-automation
Revert "Issue automation: test GitHub's new shiny boards"
2 parents 5e68c95 + f9af8a9 commit 705c568

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/issues_to_projects.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,3 @@ jobs:
1919
project-url: "https://github.com/orgs/vector-im/projects/14"
2020
column-name: "📥 Inbox"
2121
label-name: "X-Needs-Design"
22-
test_board_beta_with_design_issues:
23-
name: Move priority X-Needs-Design issues to Beta test project board
24-
runs-on: ubuntu-latest
25-
if: >
26-
contains(github.event.issue.labels.*.name, 'X-Needs-Design') &&
27-
(contains(github.event.issue.labels.*.name, 'O-Frequent') ||
28-
contains(github.event.issue.labels.*.name, 'O-Intermediate')) &&
29-
(contains(github.event.issue.labels.*.name, 'S-Critical') ||
30-
contains(github.event.issue.labels.*.name, 'S-Major') ||
31-
contains(github.event.issue.labels.*.name, 'S-Minor'))
32-
steps:
33-
- uses: konradpabjan/[email protected]
34-
with:
35-
action-token: "${{ secrets.ELEMENT_BOT_TOKEN }}"
36-
project-url: "https://github.com/orgs/vector-im/projects/15"
37-
column-name: "Todo"
38-
label-name: "X-Needs-Design"

0 commit comments

Comments
 (0)