Skip to content

fix: manually dispatch docker workflow #380

fix: manually dispatch docker workflow

fix: manually dispatch docker workflow #380

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, synchronize, reopened, edited]
env:
PLATFORMS:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
validate:
name: Validate PR Title
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.REPLEX_PAT }}
label:
name: Label PR
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.REPLEX_PAT }}