[ci] Skip dashboard-deprecation bot on release/beta-bump PRs (#16427)

This commit is contained in:
Jonathan Swoboda
2026-05-14 18:51:36 -04:00
committed by GitHub
parent 5d9d6e83f7
commit 1bb191aa77
@@ -12,6 +12,12 @@ jobs:
dashboard-deprecation-comment:
name: Dashboard deprecation comment
runs-on: ubuntu-latest
# Release-bump PRs (bump-X.Y.Z -> beta, beta -> release) inevitably
# roll up everything merged into dev since the last cut, which can
# include dashboard changes that have already been reviewed once.
# The bot's purpose is to warn new contributors before they invest
# time -- that only applies to PRs entering dev.
if: github.event.pull_request.base.ref == 'dev'
steps:
- name: Generate a token
id: generate-token