Skip to content

[Discovery] mcp/gitlab - GitLab API Integration #7

[Discovery] mcp/gitlab - GitLab API Integration

[Discovery] mcp/gitlab - GitLab API Integration #7

name: Project Automation
on:
issues:
types: [opened, closed, reopened]
pull_request:
types: [opened, closed, reopened]
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
# TODO: Update with actual project URL
project-url: https://github.com/orgs/YOUR_ORG/projects/PROJECT_NUMBER
github-token: ${{ secrets.PROJECT_TOKEN }}