Skip to content

retorquere/label-gun

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Manage issue feedback

action.yml

name: 'Manage issues and nag about support logs'

on:
  issues:
    types: [opened, edited, closed]
  issue_comment:
    types: [created, edited, closed]

jobs:
  nag:
    runs-on: ubuntu-latest
    steps:
      - uses: retorquere/label-gun@master
        with:
          token: ${{ github.token }}

now with fully automatic nagging in honor of @element4l so that I can maintain some distance while people request my help but won't actually let me.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published