Skip to content

Conversation

@Azax4
Copy link
Collaborator

@Azax4 Azax4 commented Jan 12, 2026

Created a workflow for when PRs related to ingestions are closed. The workflow first tries to determine if it is indeed an ingestion related workflow. If not, it stops.

Forced to use GraphQL because I won't have access to the linked development issue numbers by default. (ChatGPT confirms this, but happy to change if someone else has a way to get that information). Doesn't need any additional dependencies other than actions/github-script@v7, so it should be fairly simple to set up.

  • Still need to test it out fully. Make sure to use the following to avoid interrupting production

on:
push:
branches:
- automation-for-closed-ingestion-requests
pull_request:
branches:
- automation-for-closed-ingestion-requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants