Skip to content

Commit

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

on: [issues, pull_request]

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/5
GITHUB_PROJECT_COLUMN_NAME: To do

0 comments on commit 63c2870

Please sign in to comment.