Skip to content

Commit

Permalink
feat: set back labeled to allow after closing labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas authored Sep 4, 2024
1 parent 38bfdf7 commit a8acd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Automatic backport action

on:
pull_request_target:
types: ["closed"]
types: ["closed", "labeled"]

jobs:
backport:
Expand All @@ -21,4 +21,4 @@ jobs:

- name: Debug log
if: ${{ failure() }}
run: cat ~/.backport/backport.debug.log
run: cat ~/.backport/backport.debug.log

0 comments on commit a8acd2f

Please sign in to comment.