ci: add issue bot for PRs (#7530)

This commit is contained in:
Manuel
2021-08-27 20:51:48 +02:00
committed by GitHub
parent 26009563d8
commit 5d31997f26
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
name: Issue Bot
on: [issues]
on:
issues:
types: [opened, reopened, edited]
pull_request:
types: [opened, reopened, edited]
jobs:
issue-bot:
runs-on: ubuntu-latest