Skip to content

feat: EPUPlayer release workflow with PyPI publishing #2

feat: EPUPlayer release workflow with PyPI publishing

feat: EPUPlayer release workflow with PyPI publishing #2

Workflow file for this run

name: PR Admin
on:
pull_request:
types: [opened, synchronize]
jobs:
label:
name: Auto-label PR
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Label PR based on changed files
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
add-to-project:
name: Add to project board
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Add PR to SmartEM project
uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/DiamondLightSource/projects/51
github-token: ${{ secrets.PROJECT_TOKEN }}