Skip to content

Commit

Permalink
feat(ci): add action to add to docs project (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov authored Sep 10, 2024
1 parent 671ba05 commit cff1c27
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 cff1c27

Please sign in to comment.