Skip to content

github action for propagating issue assignments to parent issues

License

Notifications You must be signed in to change notification settings

gmuGADIG/assign-creep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assign-creep

github action for propagating issue assignments to parent issues

Usage

just add a basic .github/workflow/blah.yml file to the root of your repository:

# .github/workflow/assign-creep.yml
name: Add Assignee to Parent Task

on:
  issues:
    types: [assigned]

permissions:
  issues: write

jobs:
  assign-creep:
    runs-on: ubuntu-latest
    steps:
      - uses: gmuGADIG/assign-creep@main
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

github action for propagating issue assignments to parent issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published