Skip to content

Commit

Permalink
Sync with WeblateOrg/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 5, 2020
1 parent 63c0d00 commit a955d85
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/.kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ version = 1

[merge]
method = "rebase"

[update]
ignored_usernames = ["dependabot", "weblate"]
16 changes: 16 additions & 0 deletions .github/workflows/pull_requests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pull request automation

on:
pull_request:
types: opened

jobs:
weblate_automerge:
runs-on: ubuntu-latest
name: Weblate automerge
if: github.actor == 'weblate'
steps:
- uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: automerge

0 comments on commit a955d85

Please sign in to comment.