Skip to content

Commit

Permalink
chore: Remove half-implemented changelog automation (#1564)
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
  • Loading branch information
ArthurSens committed Jul 19, 2024
1 parent 5d119ae commit d85cd60
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 152 deletions.
34 changes: 0 additions & 34 deletions .github/labeler.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/pull-request-template.md

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/pr-auto-label.yml

This file was deleted.

52 changes: 0 additions & 52 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,55 +20,3 @@ Prometheus uses GitHub to manage reviews of pull requests.
Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style).

* Be sure to sign off on the [DCO](https://github.com/probot/dco#how-it-works)

## How to write a PR description

### Describe your PR

In this section, provide a clear and concise description of what your PR does. This helps reviewers understand the purpose and context of your changes.

### What type of PR is this?

Indicate the type of PR by adding one of the following options:

- `/kind fix`
- `/kind bugfix`
- `/kind enhancement`
- `/kind feature`
- `/kind feat`
- `/kind change`
- `/kind release-note-none`

If this change should not appear in the changelog, use `/kind release-note-none`.

Example 1:
```
### What type of PR is this?
/kind feature
```

Example 2:
```
### What type of PR is this?
/kind release-note-none
```

### Changelog Entry

Include a brief summary of your change for the changelog. This helps users understand what has been modified, added, or fixed in the project. If your change should not appear in the changelog, write `NONE`. Make sure to add only user-facing changes.

Example 1:
```
### Changelog Entry
```release-note
api: Switch to POST for `LabelNames`.
```
```
Example 2:
```
### Changelog Entry
```release-note
NONE
```
```

0 comments on commit d85cd60

Please sign in to comment.