Skip to content

Commit

Permalink
Merge pull request #6 from lengau/main
Browse files Browse the repository at this point in the history
sync: main to core24
  • Loading branch information
lengau authored Nov 20, 2023
2 parents 1cfb68d + c7fdd4a commit 480328e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/upstream-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
with:
node-version: 12
- name: Sync branches
id: sync-pr
uses: TreTuna/[email protected]
with:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -60,4 +61,9 @@ jobs:
CONTENT_COMPARISON: true
REVIEWERS: '["lengau"]'
PULL_REQUEST_AUTO_MERGE_METHOD: merge
- name: Merge PR if possible
run: |
if [[ ${{ steps.sync-pr.outputs.PULL_REQUEST_NUMBER }} ]]; then
gh pr merge ${{ steps.sync-pr.outputs.PULL_REQUEST_NUMBER }}
fi
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![ruff](https://snapcraft.io/ruff/badge.svg)](https://snapcraft.io/ruff)
[![ruff](https://snapcraft.io/ruff/trending.svg?name=0)](https://snapcraft.io/ruff)

[![Snap upstream releases](https://github.com/lengau/ruff-snap/actions/workflows/upstream-release.yaml/badge.svg)](https://github.com/lengau/ruff-snap/actions/workflows/upstream-release.yaml)

# ruff-snap

Expand Down

0 comments on commit 480328e

Please sign in to comment.