This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
49 lines (49 loc) · 1.93 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
on:
issues:
types: [milestoned]
jobs:
Move_Milestoned_Issue_On_Project_Board:
runs-on: ubuntu-latest
steps:
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2020 Q2"
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2020 Q3"
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2020 Q4"
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2021 Q1"
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2021 Q2"
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2021 Q3"
- uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2021 Q4"