Skip to content

Commit 152bccf

Browse files
committed
Update projects workflow.
1 parent 092ed4a commit 152bccf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/projects.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: Add new issues to the specified project column
22

3-
on: [issues, pull_request]
3+
on:
4+
issues:
5+
types: [opened]
46

57
jobs:
68
add-new-issues-to-project-column:
79
runs-on: ubuntu-latest
810
steps:
911
- name: add-new-issues-to-organization-based-project-column
1012
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
11-
if: github.event_name == 'issues' && github.event.action == 'opened'
1213
env:
1314
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
1415
GITHUB_PROJECT_URL: https://github.com/orgs/WebThingsIO/projects/3
15-
GITHUB_PROJECT_COLUMN_NAME: To do
16+
GITHUB_PROJECT_COLUMN_NAME: Triage

0 commit comments

Comments
 (0)