Skip to content

task/1695 properly warn about potentially missing SF object access and how to fix it #524

task/1695 properly warn about potentially missing SF object access and how to fix it

task/1695 properly warn about potentially missing SF object access and how to fix it #524

name: Close issues related to a merged pull request based on master branch.
on:
pull_request:
types: [closed]
branches:
- develop
- hotfix
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 }}