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 630c3a9 commit f7bde82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
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/6
Expand Down

0 comments on commit f7bde82

Please sign in to comment.