[DEVX-X] Migrate merge-gatekeeper to native action #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Action Release | |
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
create-release: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Release action changes | |
uses: ./.github/actions/github-actions/release-action | |
with: | |
mode: release | |
base_branch: base | |
main_branch: main |