Editing non-recurring budget amount shows budget will be renewed #58
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-24.04 | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/interledger/projects/24/ | |
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }} |