Skip to content

Commit

Permalink
Merge branch 'main' into startup-schedule-label
Browse files Browse the repository at this point in the history
  • Loading branch information
MinerSebas authored Sep 17, 2021
2 parents 9ed663c + 615d43b commit c71f370
Show file tree
Hide file tree
Showing 48 changed files with 1,623 additions and 335 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: PR-Labeler
on:
on:
pull_request_target:
branches:
- main
types:
- opened

Expand All @@ -15,4 +13,3 @@ jobs:
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/label-config.yml
sync-labels: true
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ bevy_wgpu = ["bevy_internal/bevy_wgpu"]
bevy_winit = ["bevy_internal/bevy_winit"]

trace_chrome = ["bevy_internal/trace_chrome"]
trace_tracy = ["bevy_internal/trace_tracy"]
trace = ["bevy_internal/trace"]
wgpu_trace = ["bevy_internal/wgpu_trace"]

Expand Down
Loading

0 comments on commit c71f370

Please sign in to comment.