diff options
| author | 2025-11-26 19:02:28 -0500 | |
|---|---|---|
| committer | 2025-11-26 19:02:28 -0500 | |
| commit | c62f8376a13e7a4f493167aba1c66a9201fc59c6 (patch) | |
| tree | d58492f972be02c406d26620004e1ffe2086fbc7 /.github/workflows/pull-request.yml | |
| parent | ae103e148eb3c15606b816505492d870ef062ad3 (diff) | |
New upstream version 3.0.0.upstream/3.0.0upstream
Diffstat (limited to '.github/workflows/pull-request.yml')
| -rw-r--r-- | .github/workflows/pull-request.yml | 15 |
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' |
