Skip to content

Commit

Permalink
Merge pull request #1534 from nextcloud/ci/noid/update-workflow-109
Browse files Browse the repository at this point in the history
ci: Update workflows
  • Loading branch information
nickvergessen committed Sep 10, 2024
2 parents 3ea5f71 + 7da1d85 commit d1d3164
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 55 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/autoApproveSync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'sync') && github.actor == 'nextcloud-android-bot' }}
steps:
- name: Disabled on forks
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
run: |
echo 'Can not approve PRs from forks'
exit 1
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
55 changes: 0 additions & 55 deletions .github/workflows/command-rebase.yml

This file was deleted.

0 comments on commit d1d3164

Please sign in to comment.