Skip to content

Added HTTP POST handler #4

Added HTTP POST handler

Added HTTP POST handler #4

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 }}