Skip to content

Commit

Permalink
ci: add new PRs and Issues to Github Project
Browse files Browse the repository at this point in the history
Signed-off-by: 💻 Eher <[email protected]>
  • Loading branch information
EHER committed Jun 19, 2023
1 parent b1d5175 commit 60122ef
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Project

on:
issues:
types:
- opened

pull_request:
types:
- opened

jobs:
build:
name: Add to project
runs-on: ubuntu-latest

steps:
- name: Add To GitHub projects
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/codelicia/projects/4
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 60122ef

Please sign in to comment.