Add GitHub Action to sync Disasters issues from NASA-IMPACT project board#205
Open
kyle-lesinger wants to merge 100 commits into
Open
Add GitHub Action to sync Disasters issues from NASA-IMPACT project board#205kyle-lesinger wants to merge 100 commits into
kyle-lesinger wants to merge 100 commits into
Conversation
Add github action - move Issues/Tickets to DSE board
Update yml - on error it will still continue
- Remove old single-board workflow - Add new unified workflow for all project boards - Support for 4 labels: dse, odd, dashboard, dataServices - Each label routes to appropriate NASA-IMPACT project board
…yntax Replace add_to_dse_board.yml with unified add_to_boards.yml
…mBoard add removal function to test
…mBoard add removal function to test
…mBoard include debug in removal function
…mBoard include additional debug in removal function
…uary Prototype for February
…geCards February meeting front-end changes
…oard This workflow automatically syncs issues labeled with "initiative: Disasters" from the NASA-IMPACT project board (#39) to the Disasters Learning Portal project board (#5). Features: - Runs every 10 minutes to keep boards in sync - Manual trigger option for testing - Adds original issues as references (doesn't create duplicates) - Avoids re-adding issues already in the destination project The workflow requires a DISASTER_SYNC_TOKEN secret with project read/write permissions for both organizations.
- Add null checks for content and labels before filtering - Skip empty lines and validate issue ID before processing - Add debug output to show all labels found in source project - Add sample issue data output when issues are found - Improve error messages for missing data
✅ Deploy Preview for disasters-portal ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new GitHub Action workflow that automatically syncs issues labeled with
initiative: Disastersfrom the NASA-IMPACT project board to the Disasters Learning Portal project board.Changes
.github/workflows/sync-disaster-issues.ymlworkflowHow it works
initiative: DisasterslabelSetup Required
Before this workflow can run, a repository secret needs to be added:
DISASTER_SYNC_TOKENread:projectfor NASA-IMPACT organizationread:projectandwrite:projectfor Disasters-Learning-Portal organizationTest plan
DISASTER_SYNC_TOKENsecret to repository