Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
feat: add issues to dock project automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
martonborzak authored May 30, 2020
1 parent 2486fb4 commit 92f093e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/assign_issue_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Auto assign issues to YIO Dock software project

on:
issues:
types: [opened]
env:
MY_GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

jobs:
assign_one_project:
runs-on: ubuntu-latest
steps:
- name: Assign new issues to project
uses: srggrs/assign-one-project-github-action@1.2.0
if: github.event.action == 'opened'
with:
project: 'https://github.com/orgs/YIO-Remote/projects/12'
column_name: 'Backlog'

0 comments on commit 92f093e

Please sign in to comment.