Skip to content

Commit

Permalink
Create assign-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LPardue committed Jan 18, 2021
1 parent d7a2e16 commit 4827aa6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/assign-to-project.yml
@@ -0,0 +1,18 @@
name: Auto Assign to Late Stage Processing Project

on:
issues:
types: [opened, labeled]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign NEW issues to Late Stage Processing
uses: srggrs/assign-one-project-github-action@1.2.0
if: github.event.action == 'opened'
with:
project: 'https://github.com/quicwg/base-drafts/projects/5'

0 comments on commit 4827aa6

Please sign in to comment.