Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Remove unused workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Dec 29, 2023
1 parent a87cff7 commit 003e6b3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 114 deletions.
39 changes: 0 additions & 39 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,42 +28,3 @@ Master Issue: #<xyz>
### Modifications

*Describe the modifications you've done.*

### Verifying this change

- [ ] Make sure that the change passes the CI checks.

*(Please pick either of the following options)*

This change is a trivial rework / code cleanup without any test coverage.

*(or)*

This change is already covered by existing tests, such as *(please describe tests)*.

*(or)*

This change added tests and can be verified as follows:

*(example:)*
- *Added integration tests for end-to-end deployment with large payloads (10MB)*
- *Extended integration test for recovery after broker failure*

### Documentation

Check the box below.

Need to update docs?

- [ ] `doc-required`

(If you need help on updating docs, create a doc issue)

- [ ] `no-need-doc`

(Please explain why)

- [ ] `doc`

(If this PR contains doc changes)

51 changes: 0 additions & 51 deletions .github/workflows/documentbot.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/release-note.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Release
on:
# TODO: remove it
pull_request:
branches:
- master
push:
tags:
- '*'
Expand Down

0 comments on commit 003e6b3

Please sign in to comment.