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

Commit

Permalink
Merge pull request #134 from okp4/ci/install-workflows
Browse files Browse the repository at this point in the history
Automated Workflow Installation/Update
  • Loading branch information
bot-anik committed Nov 15, 2023
2 parents 5fad193 + 18af2fa commit 37ea38f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add to project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/okp4/projects/9
github-token: ${{ secrets.OKP4_TOKEN }}

0 comments on commit 37ea38f

Please sign in to comment.