Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
The two sections "Proposed Changes" and "Usage or Results" below are
extracted by .github/scripts/build_release_notes.py and inserted into
extracted by QAtlasHub/.github/actions/release-notes and inserted into
the GitHub Release notes when a new tag is published. Treat them as the
PR's contribution to the changelog: keep them readable, focused, and
self-contained. Renaming or removing those headings will break the
Expand Down
294 changes: 0 additions & 294 deletions .github/scripts/build_release_notes.py

This file was deleted.

23 changes: 2 additions & 21 deletions .github/workflows/AutoMerge.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
name: AutoMerge

on:
pull_request:
types: [opened, synchronize, reopened, labeled] # label反応も入れると便利

permissions:
contents: write
pull-requests: write

jobs:
auto-merge:
runs-on: ubuntu-latest
if: >
github.event.pull_request.user.type == 'Bot' ||
contains(github.event.pull_request.labels.*.name, 'automerge')
steps:
- name: Enable auto-merge
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}
run: gh pr merge --auto --merge "$PR_URL"
on: { pull_request: { types: [opened, synchronize, reopened, labeled] } }
jobs: { automerge: { uses: QAtlasHub/.github/.github/workflows/automerge.yml@main, secrets: inherit } }
Loading
Loading