Skip to content

Commit

Permalink
Merge branch 'main' into interledger-cards
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Nov 4, 2024
2 parents 1dac0de + 8b3c33f commit a76b6ae
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ dev/
temp/
dist/
build/
tests/e2e/playwright-report
tests/e2e/test-results
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 }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"typescript": "^5.6.2"
},
"engines": {
"pnpm": "^9.10.0",
"pnpm": "^9.12.3",
"npm": "pnpm",
"yarn": "pnpm",
"node": "^20.17.0"
Expand All @@ -104,5 +104,5 @@
"structured-headers": "1.0.1"
}
},
"packageManager": "pnpm@9.11.0"
"packageManager": "pnpm@9.12.3"
}

0 comments on commit a76b6ae

Please sign in to comment.