Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Actions Workflow (issue-association.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
meltwater-ateam committed Feb 5, 2025
1 parent 7373389 commit ddd4cd6
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/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/meltwater/projects/64
github-token: ${{ secrets.REPO_ISSUES_TOKEN }}

0 comments on commit ddd4cd6

Please # to comment.