mirror of
https://github.com/dmasur/database.git
synced 2026-02-02 18:04:22 +01:00
Merge branch 'stable' into dev
This commit is contained in:
commit
47d250184a
4
.github/workflows/reopen-comment.yaml
vendored
4
.github/workflows/reopen-comment.yaml
vendored
@ -9,7 +9,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
reopen:
|
reopen:
|
||||||
if: github.event.issue.state == 'closed'
|
if: >
|
||||||
|
github.event.issue.state == 'closed' &&
|
||||||
|
github.event.comment.user.login != github.event.issue.closed_by.login
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v7
|
- uses: actions/github-script@v7
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user