We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b621d commit 9827460Copy full SHA for 9827460
.github/workflows/projects.yml
@@ -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