8000 GitHub - SumoSumir/delete-issue: Github action allowing you to delete issues from the repo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SumoSumir/delete-issue

 
 

Repository files navigation

The Github action allowing you to delete issues from the repo

Usage

name: delete opened issue
on:
  issues:
    types: [opened]
jobs:
  delete-issue:
    if: github.event.issue.user.login == 'not_your_name'
    runs-on: ubuntu-latest
    steps:
      - uses: vtcaregorodtcev/delete-issue@main
        with:
          github_token: ${{ secrets.PERSONAL_TOKEN }}
          issue_node_id: ${{ github.event.issue.node_id }}

About

Github action allowing you to delete issues from the repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.6%
  • JavaScript 20.4%
0