diff --git a/.bundle/config b/.bundle/config deleted file mode 100644 index 2369228..0000000 --- a/.bundle/config +++ /dev/null @@ -1,2 +0,0 @@ ---- -BUNDLE_PATH: "vendor/bundle" diff --git a/.github/workflows/label_export.yml b/.github/workflows/label_export.yml index 5596e90..60b95ec 100644 --- a/.github/workflows/label_export.yml +++ b/.github/workflows/label_export.yml @@ -5,6 +5,8 @@ on: types: [opened, synchronize, reopened, ready_for_review] paths: - '.github/workflows/label_export.yml' + label: + types: [created, edited, deleted] workflow_dispatch: permissions: @@ -48,5 +50,8 @@ jobs: title: Update labels committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> reviewers: mziyut + branch: create-pull-request/patch-export-label add-paths: | .github/labels.yaml + labels: | + labels diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e8fbef4..810b1e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,3 +42,9 @@ jobs: title: Publish articles committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> reviewers: mziyut + branch: create-pull-request/patch-publish-articles + add-paths: | + public/* + labels: | + articles + automerge