Skip to content

chore: bring back commits on main to staging #78

chore: bring back commits on main to staging

chore: bring back commits on main to staging #78

Workflow file for this run

name: Close issues related to a merged pull request based on staging branch.
on:
pull_request:
types: [closed]
branches:
- staging
jobs:
closeIssueOnPrMergeTrigger:
runs-on: ubuntu-latest
steps:
- name: Closes issues related to a merged pull request.
uses: ldez/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}