Skip to content

Commit

Permalink
Actions Workflow (issue-association.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
meltwater-foundation committed Sep 27, 2023
1 parent 76643e6 commit 89c2a87
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/issue-association.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

---
# Automatically Generated File, DO NOT MODIFY (Maintained By Terraform)
# Code: github.com/meltwater/foundation-github/blob/main/foundation/
name: "Issues: Add to Projects"

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to A-Team Debt, Bugs & OSS
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/meltwater/projects/64
github-token: ${{ secrets.REPO_ISSUES_TOKEN }}
labeled: team-a-ateam

0 comments on commit 89c2a87

Please sign in to comment.