Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 12f68a8

Browse files
committed
updating column changes to YAML
1 parent df71287 commit 12f68a8

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/add_conference_to_project_and_close.yaml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,22 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Add conference issue to project
13-
- uses: actions/[email protected]
14-
with:
12+
- name: Add conference issue to project
13+
- uses: actions/[email protected]
14+
with:
1515
# You can target a repository in a different organization
1616
# to the issue
17-
project-url: https://github.com/users/kjaymiller/projects/4
18-
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
19-
labeled: conference
20-
label-operator: OR
17+
project-url: https://github.com/users/kjaymiller/projects/4
18+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
19+
labeled: conference
20+
label-operator: OR
2121

22-
- name: close-issue
23-
if: ${{ github.event.label.name == 'conference' }}
24-
run:
25-
gh issue comment $ISSUE --body "Thank you for adding this event! \n We'll happily consider it for the next episode. \n\n The Issue autocloses but we'll be reviewing it at https://github.com/users/kjaymiller/projects/4/views/3" && gh issue close $ISSUE
26-
env:
27-
ISSUE: ${{ github.event.issue.html_url }}
28-
GITHUB: ${{ secrets.ADD_TO_PROJECT_PAT }}
22+
- name: close-issue
23+
if: ${{ github.event.label.name == 'conference' }}
24+
run: gh issue comment $ISSUE --body "Thank you for adding this event! \n We'll happily consider it for the next episode. \n\n The Issue autocloses but we'll be reviewing it at https://github.com/users/kjaymiller/projects/4/views/3" && gh issue close $ISSUE
25+
env:
26+
ISSUE: ${{ github.event.issue.html_url }}
27+
GITHUB: ${{ secrets.ADD_TO_PROJECT_PAT }}
2928

3029

3130

0 commit comments

Comments
 (0)