We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00a3ba commit 5aa195aCopy full SHA for 5aa195a
1 file changed
.github/workflows/backport.yml
@@ -21,8 +21,8 @@ jobs:
21
github.event.issue.pull_request &&
22
github.event.issue.state == 'closed' &&
23
contains(fromJSON('["MEMBER", "OWNER"]'), github.event.comment.author_association) &&
24
- startsWith(github.event.comment.body, '/backport')
+ github.event.comment.body == '/backport'
25
)
26
- uses: openwisp/openwisp-utils/.github/workflows/reusable-backport.yml@master
+ uses: ./.github/workflows/reusable-backport.yml
27
with:
28
source_pr_number: ${{ github.event.pull_request.number || github.event.issue.number }}
0 commit comments