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 092ed4a commit 152bccfCopy full SHA for 152bccf
.github/workflows/projects.yml
@@ -1,15 +1,16 @@
1
name: Add new issues to the specified project column
2
3
-on: [issues, pull_request]
+on:
4
+ issues:
5
+ types: [opened]
6
7
jobs:
8
add-new-issues-to-project-column:
9
runs-on: ubuntu-latest
10
steps:
11
- name: add-new-issues-to-organization-based-project-column
12
uses: docker://takanabe/github-actions-automate-projects:v0.0.1
- if: github.event_name == 'issues' && github.event.action == 'opened'
13
env:
14
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
15
GITHUB_PROJECT_URL: https://github.com/orgs/WebThingsIO/projects/3
- GITHUB_PROJECT_COLUMN_NAME: To do
16
+ GITHUB_PROJECT_COLUMN_NAME: Triage
0 commit comments