mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
👷 Adds action for updating issues after a release
This commit is contained in:
parent
81473a9561
commit
ffdefe86c0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release-commenter.yml
vendored
1
.github/workflows/release-commenter.yml
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
# Adds a comment to all issues & PRs that were fixed on a new release
|
# Adds a comment to all issues & PRs that were fixed on a new release
|
||||||
|
name: Release Issue Commenter
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue