Skip to content

Commit 9827460

Browse files
committed
Add new workflow.
1 parent e8b621d commit 9827460

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/projects.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Add new issues to the specified project column
2+
3+
on: [issues, pull_request]
4+
5+
jobs:
6+
add-new-issues-to-project-column:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: add-new-issues-to-organization-based-project-column
10+
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
11+
if: github.event_name == 'issues' && github.event.action == 'opened'
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
14+
GITHUB_PROJECT_URL: https://github.com/orgs/WebThingsIO/projects/6
15+
GITHUB_PROJECT_COLUMN_NAME: To do

0 commit comments

Comments
 (0)