Skip to content

Commit

Permalink
ci: adding action to add issues to docs board (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov authored Sep 17, 2024
1 parent f05976d commit 3a3fedf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add_to_docs_board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add to documentation project board
on:
issues:
types:
- labeled

jobs:
add-to-project:
if: github.event.label.name == 'user-docs'
name: Add issue to project
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/interledger/projects/24/
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}

0 comments on commit 3a3fedf

Please sign in to comment.