Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/next-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
name: Check for NEXT_CHANGELOG.md Changes

on:
# Use pull_request_target to have access to GitHub API
pull_request_target:
# TEMPORARY (e2e test only): switched from pull_request_target to
# pull_request so the workflow fires from the PR branch. Production
# deployment requires landing this file on main first.
pull_request:
types: [opened, synchronize, reopened, edited]

jobs:
check-next-changelog:
# Allow Dependabot PRs to pass without a changelog entry
if: github.actor != 'dependabot[bot]'
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco
group: databricks-protected-runner-group
labels: linux-ubuntu-latest

steps:
- name: Checkout code
Expand Down
5 changes: 5 additions & 0 deletions packages/settings/E2E_TEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# E2E Test Marker

Scratch file used to verify the next-changelog workflow fires on a touched
package. Safe to delete once the test PR closes.

Loading