Skip to content

Commit

Permalink
Merge pull request #57 from clockworklabs/release/v0.11.0
Browse files Browse the repository at this point in the history
Release 0.11.0
  • Loading branch information
bfops authored Aug 6, 2024
2 parents 6ed0186 + 8358dc3 commit 382cce0
Show file tree
Hide file tree
Showing 86 changed files with 942 additions and 15,909 deletions.
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

0 comments on commit 382cce0

Please sign in to comment.