Skip to content

🩹 [Patch]: Improve help text on output when this action is used inside another composite action #391

🩹 [Patch]: Improve help text on output when this action is used inside another composite action

🩹 [Patch]: Improve help text on output when this action is used inside another composite action #391

Workflow file for this run

name: Auto-Release
run-name: "Auto-Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
pull_request_target:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
- labeled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write # Required to create releases
pull-requests: write # Required to create comments on the PRs
jobs:
Auto-Release:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Auto-Release
uses: PSModule/Auto-Release@v1
env:
GITHUB_TOKEN: ${{ github.token }}