Skip to content

Commit

Permalink
Test auto close issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Feb 8, 2023
1 parent 23acbb3 commit c895b48
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Close issues related to a merged pull request based on master branch.

on:
pull_request:
types: [closed]
branches:
- upcoming

jobs:
closeIssueOnPrMergeTrigger:

runs-on: ubuntu-latest

steps:
- name: Closes issues related to a merged pull request.
uses: ldez/[email protected]

0 comments on commit c895b48

Please sign in to comment.