Skip to content
Snippets Groups Projects
Unverified Commit 82fd995c authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #10378 from haskell/mergify/bp/3.14/pr-10354

changelogs are docs (backport #10354)
parents ec75e453 a23fe27a
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,11 @@ on: ...@@ -19,6 +19,11 @@ on:
- 'doc/**' - 'doc/**'
- '**/README.md' - '**/README.md'
- 'CONTRIBUTING.md' - 'CONTRIBUTING.md'
- "changelog.d/**"
# only top level for these, because various test packages have them too
- "*/ChangeLog.md"
- "*/changelog.md"
- "release-notes/**"
branches: branches:
- master - master
pull_request: pull_request:
...@@ -26,6 +31,10 @@ on: ...@@ -26,6 +31,10 @@ on:
- 'doc/**' - 'doc/**'
- '**/README.md' - '**/README.md'
- 'CONTRIBUTING.md' - 'CONTRIBUTING.md'
- "changelog.d/**"
- "*/ChangeLog.md"
- "*/changelog.md"
- "release-notes/**"
release: release:
types: types:
- created - created
......
...@@ -14,6 +14,11 @@ on: ...@@ -14,6 +14,11 @@ on:
- 'doc/**' - 'doc/**'
- '**/README.md' - '**/README.md'
- 'CONTRIBUTING.md' - 'CONTRIBUTING.md'
- "changelog.d/**"
# only top level for these, because various test packages have them too
- "*/ChangeLog.md"
- "*/changelog.md"
- "release-notes/**"
branches: branches:
- master - master
pull_request: pull_request:
...@@ -21,6 +26,10 @@ on: ...@@ -21,6 +26,10 @@ on:
- 'doc/**' - 'doc/**'
- '**/README.md' - '**/README.md'
- 'CONTRIBUTING.md' - 'CONTRIBUTING.md'
- "changelog.d/**"
- "*/ChangeLog.md"
- "*/changelog.md"
- "release-notes/**"
release: release:
types: types:
- created - created
......
...@@ -11,6 +11,11 @@ on: ...@@ -11,6 +11,11 @@ on:
- "doc/**" - "doc/**"
- "**/README.md" - "**/README.md"
- "CONTRIBUTING.md" - "CONTRIBUTING.md"
- "changelog.d/**"
# only top level for these, because various test packages have them too
- "*/ChangeLog.md"
- "*/changelog.md"
- "release-notes/**"
branches: branches:
- master - master
pull_request: pull_request:
...@@ -18,6 +23,10 @@ on: ...@@ -18,6 +23,10 @@ on:
- "doc/**" - "doc/**"
- "**/README.md" - "**/README.md"
- "CONTRIBUTING.md" - "CONTRIBUTING.md"
- "changelog.d/**"
- "*/ChangeLog.md"
- "*/changelog.md"
- "release-notes/**"
release: release:
types: types:
- created - created
......
...@@ -19,6 +19,11 @@ on: ...@@ -19,6 +19,11 @@ on:
- 'doc/**' - 'doc/**'
- '**/README.md' - '**/README.md'
- 'CONTRIBUTING.md' - 'CONTRIBUTING.md'
- "changelog.d/**"
# only top level for these, because various test packages have them too
- "*/ChangeLog.md"
- "*/changelog.md"
- "release-notes/**"
branches: branches:
- master - master
pull_request: pull_request:
...@@ -26,6 +31,10 @@ on: ...@@ -26,6 +31,10 @@ on:
- 'doc/**' - 'doc/**'
- '**/README.md' - '**/README.md'
- 'CONTRIBUTING.md' - 'CONTRIBUTING.md'
- "changelog.d/**"
- "*/ChangeLog.md"
- "*/changelog.md"
- "release-notes/**"
release: release:
types: types:
- created - created
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment