aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull-request.yml
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-11-26 19:02:46 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2025-11-26 19:02:46 -0500
commitc77a15eed515fe6dc9b2e831670f4d484e23dace (patch)
tree87c79155c0b52b0e59eaf971f2b5bf9d860c77e4 /.github/workflows/pull-request.yml
parent537c7673bedbb1a2f77a3a088710546cb46506d0 (diff)
parentc62f8376a13e7a4f493167aba1c66a9201fc59c6 (diff)
Update upstream source from tag 'upstream/3.0.0'
Update to upstream version '3.0.0' with Debian dir ceed7b02bc1417ad11993c466d2350a6b62fbecf
Diffstat (limited to '.github/workflows/pull-request.yml')
-rw-r--r--.github/workflows/pull-request.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
deleted file mode 100644
index 9d94c4b..0000000
--- a/.github/workflows/pull-request.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: Changelog
-
-on:
- pull_request:
- types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
-
-jobs:
- changelog:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: amoniacou/changelog-enforcer@v1.4.0
- with:
- changeLogPath: 'CHANGELOG.md'
- skipLabel: 'Skip-Changelog'