File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
# Skip in forks
11
11
if : github.repository == 'vector-im/element-android'
12
12
steps :
13
- - uses : alex-page/github-project-automation-plus@1f8873e97e3c8f58161a323b7c568c1f623a1c4d
13
+ - uses : alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43
14
14
with :
15
15
project : Issue triage
16
16
column : Incoming
Original file line number Diff line number Diff line change 24
24
contains(github.event.issue.labels.*.name, 'A11y') &&
25
25
contains(github.event.issue.labels.*.name, 'O-Frequent'))
26
26
steps :
27
- - uses : alex-page/github-project-automation-plus@1f8873e97e3c8f58161a323b7c568c1f623a1c4d
27
+ - uses : alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43
28
28
with :
29
29
project : Android App Team
30
30
column : Important Issues & Topics (P1)
50
50
contains(github.event.issue.labels.*.name, 'A11y') &&
51
51
contains(github.event.issue.labels.*.name, 'O-Frequent')))
52
52
steps :
53
- - uses : alex-page/github-project-automation-plus@1f8873e97e3c8f58161a323b7c568c1f623a1c4d
53
+ - uses : alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43
54
54
with :
55
55
project : Crypto Team
56
56
column : Ready
Original file line number Diff line number Diff line change 28
28
echo "ALREADY_IN_BOARD=false" >> $GITHUB_ENV
29
29
fi
30
30
- name : Move issue
31
- uses : alex-page/github-project-automation-plus@1f8873e97e3c8f58161a323b7c568c1f623a1c4d
31
+ uses : alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43
32
32
if : ${{ env.ALREADY_IN_BOARD == 'true' }}
33
33
with :
34
34
project : Issue triage
You can’t perform that action at this time.
0 commit comments