Skip to content

Conversation

Copy link

Copilot AI commented Nov 25, 2025

Adds a scheduled workflow to monitor FIMS releases and automatically create tracking issues when updates are needed.

Changes

  • New workflow: .github/workflows/check-fims-release.yml
    • Runs every Monday and Wednesday at 9:00 AM UTC
    • Queries latest release from noaa-fims/fims
    • Creates issue with title "Update repository for FIMS {tag}"
    • Assigns to @Andrea-Havron-NOAA
    • Sets issue type to "Task" via GraphQL API
    • Applies labels: auto-update, kind: refactor
    • Skips if issue for that release already exists
    • Graceful error handling for missing labels/assignee

Notes

Uses GraphQL for issue creation to support GitHub's issue types feature (not available via REST API). Manual trigger via workflow_dispatch available for testing.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com//advisories
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)
  • https://api.github.com/repos/NOAA-FIMS/FIMSRTMB/issues/2
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>[Developer Issue]: Update upon release</issue_title>
<issue_description>### Description

This repository needs a GitHub action to remind us to update it upon every release of FIMS. I think that the action should look for releases in noaa-fims/fims on a schedule, i.e., every Monday and Wednesday morning. If a new release is found, then an Issue should be opened in this repository mentioning the release number of FIMS and stating that this repository should be updated. The issue should be assigned to @Andrea-Havron-NOAA with an "Issue type" of "Task" and labels of "auto-update" "kind: refactor".</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Add GitHub action to remind updates on releases Add GitHub Action to check for FIMS releases and create update issues Nov 25, 2025
@kellijohnson-NOAA
Copy link

@Andrea-Havron-NOAA I am going to assign you to this PR because I am uncertain if it should be merged into dev right now or a different branch. If we get it merged in by the end of the week to main then we can check to see if it works with the next FIMS release.

@kellijohnson-NOAA kellijohnson-NOAA requested review from Andrea-Havron-NOAA and removed request for kellijohnson-NOAA November 25, 2025 16:33
@kellijohnson-NOAA kellijohnson-NOAA removed their assignment Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants