Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafi Kurnia Putra committed Oct 18, 2019
1 parent a7eaa3a commit 698de76
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
name: Automated Actions

on: [issues, pull_request]
on: [issues]

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Adding the issue to a project
if: github.event_name == 'issues' && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@v0.0.3
uses: alex-page/github-project-automation-plus@v0.1.1
with:
project: Curated Terraform Modules
column: To do
repo-token: ${{ secrets.GH_PAT }}

- name: Adding the pull request to a project
if: github.event_name == 'pull_request' && (github.event.action == 'assigned' || github.event.action == 'opened')
uses: alex-page/github-project-automation-plus@v0.0.3
with:
project: Curated Terraform Modules
column: In progress
repo-token: ${{ secrets.GH_PAT }}

0 comments on commit 698de76

Please sign in to comment.