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-ateam committed Sep 25, 2023
1 parent 45ed257 commit dc30961
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/issue-association.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

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

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to A-Team Debt, Bugs & OSS
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/meltwater/projects/64
github-token: ${{ secrets.REPO_ISSUES_TOKEN }}

0 comments on commit dc30961

Please sign in to comment.