Skip to content

Commit

Permalink
Update projects workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Dec 16, 2020
1 parent 82ea529 commit 83b2af7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Add new issues to the specified project column

on: [issues, pull_request]
on:
issues:
types: [opened]

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

0 comments on commit 83b2af7

Please sign in to comment.