diff --git a/.github/workflows/comment-on-base-branch-change.yml b/.github/workflows/comment-on-base-branch-change.yml index 66ca1618cc8..efcaf02df95 100644 --- a/.github/workflows/comment-on-base-branch-change.yml +++ b/.github/workflows/comment-on-base-branch-change.yml @@ -19,4 +19,4 @@ jobs: repo: context.repo.repo, issue_number: context.payload.pull_request.number, body: "Base branch is changed to master. Please re-run the integration tests by adding 'force:integration' label." - }) \ No newline at end of file + })