We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a36ed4 + 00498c7 commit 4f616fdCopy full SHA for 4f616fd
2 files changed
.github/workflows/changelog.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Ensure no direct changes to CHANGELOG.md
32
run: |
33
- if [[ $(git diff --name-only FETCH_HEAD -- '**/CHANGELOG.md') ]]
+ if [[ $(git diff --name-only FETCH_HEAD -- 'CHANGELOG.md' '**/CHANGELOG.md') ]]
34
then
35
echo "CHANGELOG.md files should not be directly modified."
36
echo "Please add a changelog fragment file to the appropriate .changelog/ directory instead."
tests/opentelemetry-docker-tests/tests/test-requirements.txt
@@ -54,7 +54,7 @@ SQLAlchemy==1.4.52
54
tomli==2.0.1
55
typing_extensions==4.12.2
56
tzdata==2024.1
57
-urllib3==2.6.3
+urllib3==2.7.0
58
vine==5.1.0
59
wcwidth==0.2.13
60
wrapt==1.16.0
0 commit comments