Skip to content

Commit

Permalink
Update and rename autoAssignToProject.yml to autoAssign.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengarciam authored Aug 15, 2020
1 parent 3efe14a commit a405726
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Auto Assign to Project(s)
name: Auto Assign to User and Project(s)

on:
issues:
# types: [opened, labeled]
types: [labeled]
types: [opened, labeled]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -12,11 +12,12 @@ jobs:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
# - name: Assign NEW issues
# uses: srggrs/assign-one-project-github-action@1.2.0
# if: github.event.action == 'opened'
# with:
# project: 'https://github.com/srggrs/assign-one-project-github-action/projects/2'
- name: Assign NEW issues
uses: pozil/auto-assign-issue@v1
if: github.event.action == 'opened'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: rubengarciam

- name: Assign issues and pull requests with `roadmap` label to project 4
uses: srggrs/assign-one-project-github-action@1.2.0
Expand Down

0 comments on commit a405726

Please sign in to comment.