Skip to content

Commit b2b2fac

Browse files
authored
Force each PR to opt-in to or opt-out of the changelog (#3403)
### What I've noticed a lot of small PRs that are not opting out of the changelog, but probably should. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/3403) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/3403) - [Docs preview](https://rerun.io/preview/ff139f89fab837806ca136f566004b3f2a3e6ece/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/ff139f89fab837806ca136f566004b3f2a3e6ece/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
1 parent 95d8493 commit b2b2fac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/labels.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
count: 0
2525
labels: "do-not-merge"
2626

27+
- name: Require label "include in changelog" or "exclude from changelog"
28+
uses: mheap/github-action-required-labels@v3
29+
with:
30+
mode: minimum
31+
count: 1
32+
labels: "exclude from changelog, include in changelog"
33+
34+
2735
- name: Require at least one label
2836
uses: mheap/github-action-required-labels@v3
2937
with:

0 commit comments

Comments
 (0)