Skip to content

Rework UI

Rework UI #3

Workflow file for this run

name: Add PRs to MafiaHub Dashboard
on:
pull_request:
types:
- opened
- reopened
jobs:
add-pr:
name: Add pull request to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/MafiaHub/projects/1
github-token: ${{ secrets.ISSUE_PAT }}