Skip to content

Commit

Permalink
Managed by Pulumi
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyBot committed May 25, 2023
1 parent d15aa28 commit 0166b67
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/project_add.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Managed by Pulumi. Any edits to this file will be overwritten.

name: Add issues and PRs to MeltanoLabs Overview Project

on:
issues:
types:
- opened
- reopened
- transferred
pull_request:
types:
- opened
- reopened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/MeltanoLabs/projects/3
github-token: ${{ secrets.MELTYBOT_PROJECT_ADD_PAT }}

0 comments on commit 0166b67

Please sign in to comment.