Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
feat: add workflow to add new issues to our main project board (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
staycoolcall911 authored Nov 29, 2022
1 parent f370a64 commit 5487190
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/issue-backlogger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
issues:
types:
- opened

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

0 comments on commit 5487190

Please sign in to comment.