uranusjr commented on a change in pull request #19759:
URL: https://github.com/apache/airflow/pull/19759#discussion_r754938560
##########
File path: .pre-commit-config.yaml
##########
@@ -690,6 +690,12 @@ repos:
files: ^airflow/www/static/js/
entry: scripts/ci/static_checks/www_lint.sh
pass_filenames: false
+ - id: changelog-duplicates
+ name: Check changelogs for duplicate entries
+ language: python
+ files: CHANGELOG.txt$|CHANGELOG.rst$
Review comment:
Need to escape `.` because this is regex
```suggestion
files: CHANGELOG\.txt$|CHANGELOG\.rst$
```
##########
File path: CHANGELOG.txt
##########
@@ -2755,8 +2726,7 @@ Improvement
- [AIRFLOW-3591] Fix start date, end date, duration for rescheduled tasks
(#4502)
- [AIRFLOW-3709] Validate `allowed_states` for ExternalTaskSensor (#4536)
- [AIRFLOW-3522] Add support for sending Slack attachments (#4332)
-- [AIRFLOW-3569] Add "Trigger DAG" button in DAG page (/www only) (#4373)
-- [AIRFLOW-3569] Add "Trigger DAG" button in DAG page (/www_rbac only) (#4373)
+- [AIRFLOW-3569] Add "Trigger DAG" button in DAG page (#4373)
Review comment:
Was this one fixed manually?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]