Skip to content

chore: update the group of the ops to "operations" #3074

chore: update the group of the ops to "operations"

chore: update the group of the ops to "operations" #3074

Workflow file for this run

name: Milestone Set
on:
workflow_dispatch:
issues:
types:
- closed
pull_request_target:
types:
- closed
jobs:
issue-milestone:
if: ${{ github.event_name == 'issues' }}
uses: apecloud/apecloud-cd/.github/workflows/[email protected]
with:
APECD_REF: "v0.1.32"
secrets: inherit
pr-milestone:
if: ${{ github.event_name == 'pull_request_target' }}
uses: apecloud/apecloud-cd/.github/workflows/[email protected]
with:
APECD_REF: "v0.1.32"
secrets: inherit
move_milestone:
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: apecloud/apecloud-cd/.github/workflows/[email protected]
with:
APECD_REF: "v0.1.32"
secrets: inherit