GitHub Actions based Affected Targets
Learn how to configure GitHub Actions workflows to run only when certain files are changed. MergeQueue can identify the affected targets for the queue.
Last updated
Was this helpful?
Learn how to configure GitHub Actions workflows to run only when certain files are changed. MergeQueue can identify the affected targets for the queue.
Last updated
Was this helpful?
You can configure GitHub Actions workflows to run only when certain files are changed.
Aviator MergeQueue can interpret this config to identify affected targets for the queue.
In order to use GitHub Actions workflow to identify the affected targets, you need to create a new GitHub Actions workflow by using .
Create following GHA workflow config.
Every time a PR is created, this workflow runs and detect which workflow is affected. This is sent to Aviator, and when this PR gets queued, it uses the affected targets reported by this action.
You can get the Aviator API token from and store it as a GitHub Actions secret.