Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/check-pr-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: Git tree checks

on:
pull_request:
types: [opened, edited]
types: [opened, edited, reopened, synchronize]
merge_group:
permissions: read-all

jobs:
check_base_ref:
name: Only `staging` may merge into `master`
name: Only release branches may merge into master
runs-on: ubuntu-latest
steps:
- id: not_based_on_master
if: |
github.event_name == 'pull_request' &&
github.event.pull_request.base.ref == 'master' &&
github.event.pull_request.head.ref != 'staging'
! startsWith(github.event.pull_request.head.ref, 'release/')
run: |
echo 'Only the `staging` branch is allowed to merge into `master`.'
echo 'Only `release/*` branches are allowed to merge into `master`.'
echo 'Maybe your PR should be merging into `staging`?'
exit 1
Binary file not shown.

This file was deleted.

8 changes: 0 additions & 8 deletions Packages/Google.Protobuf.3.21.9/lib.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Packages/Google.Protobuf.3.21.9/lib/net45.meta

This file was deleted.

Binary file not shown.
10,465 changes: 0 additions & 10,465 deletions Packages/Google.Protobuf.3.21.9/lib/net45/Google.Protobuf.xml

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions Packages/System.Runtime.CompilerServices.Unsafe.4.5.2.meta

This file was deleted.

23 changes: 0 additions & 23 deletions Packages/System.Runtime.CompilerServices.Unsafe.4.5.2/LICENSE.TXT

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Loading