Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
🔄 Templates: created local '.github/workflows/add_issue_to_project.ym…
Browse files Browse the repository at this point in the history
…l' from remote '.github/workflows/add_issue_to_project.yml'
  • Loading branch information
sovitybot committed Apr 3, 2024
1 parent b7da221 commit 5f675fd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add issue to project action

on:
issues:
types:
- opened

jobs:
add_issue_to_project:
name: add_issue_to_project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/sovity/projects/9
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}

0 comments on commit 5f675fd

Please sign in to comment.