Skip to content

[2026/cn] Urumqi Swing Exchange #145

[2026/cn] Urumqi Swing Exchange

[2026/cn] Urumqi Swing Exchange #145

Workflow file for this run

name: Check Opened Issue
on:
issues:
types: [opened, reopened]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
# Add Event
check-opened-issue-to-add-event:
if: contains(github.event.issue.labels.*.name, 'add event')
uses: swingdance/entity-ci/.github/workflows/create_pr_to_add_entity.yml@main
with:
type: event
template_filename: 02-add_entity.yml
reusable_workflow_repo: swingdance/entity-ci
secrets:
token: "${{ secrets.GH_TOKEN }}"
# Update Event Date
check-opened-issue-to-update-event-date:
if: contains(github.event.issue.labels.*.name, 'update event date')
uses: swingdance/entity-ci/.github/workflows/create_pr_to_update_entity.yml@main
with:
type: event
template_filename: 04-update_event_date.yml
reusable_workflow_repo: swingdance/entity-ci
secrets:
token: "${{ secrets.GH_TOKEN }}"
# Update Event
check-opened-issue-to-update-event:
if: contains(github.event.issue.labels.*.name, 'update event')
uses: swingdance/entity-ci/.github/workflows/create_pr_to_update_entity.yml@main
with:
type: event
template_filename: 03-update_entity.yml
reusable_workflow_repo: swingdance/entity-ci
secrets:
token: "${{ secrets.GH_TOKEN }}"