Skip to content

Commit

Permalink
Merge pull request #129 from keymanapp/chore/merge-master-to-staging-…
Browse files Browse the repository at this point in the history
…a17s25

chore: Merge master to staging for Sprint A17S25
  • Loading branch information
darcywong00 authored Nov 9, 2023
2 parents bff96af + 27b6501 commit 3860532
Show file tree
Hide file tree
Showing 162 changed files with 24,713 additions and 56 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/auto-approve-and-merge-keyman-server-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#
# Automatically approves and queues for merge any pull requests with a branch
# name starting with auto/, that are opened by keyman-server. This action is
# used to merge keyboard, font, and lexical model PRs.
#
name: Auto Approve and Merge PRs from keyman-server

on: pull_request_target

jobs:
auto-approve:
if: github.actor == 'keyman-server' && startsWith(github.head_ref, 'auto/')
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.AUTO_PR_APPROVAL_BY_KEYMAN_STATUS }}
permissions: write-all
steps:
- name: Checkout
uses: actions/[email protected]
with:
sparse-checkout: |
README.md
sparse-checkout-cone-mode: false
- name: Approve pull request
run: |
gh pr review --approve ${{github.head_ref}}
- name: Enable auto-merge
run: |
gh pr merge --merge --auto ${{github.head_ref}}
18 changes: 0 additions & 18 deletions .github/workflows/auto-approve-keyman-server-pr.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/auto-merge-keyman-server-pr.yml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 3860532

Please sign in to comment.