Skip to content

Commit

Permalink
Merge branch 'main' into smir-rvalue
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Dec 13, 2023
2 parents ac8dec3 + e5ad17f commit 289141f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
# Note that we enable dot, so "**" matches all files in a folder

Z-BenchCI:
- kani-compiler/**
- rust-toolchain.toml
- kani-dependencies
- kani-driver/src/call-*
- Cargo.lock
- cprover_bindings/**
- library/**

- any:
- changed-files:
- any-glob-to-any-file: ['kani-compiler/**', 'kani-driver/src/call-*', 'cprover_bindings/**', 'library/**']
- any-glob-to-any-file: ['rust-toolchain.toml', 'Cargo.lock']
- any-glob-to-any-file: ['kani-dependencies']
2 changes: 1 addition & 1 deletion .github/workflows/extra_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Label PR
id: labeler
uses: actions/labeler@v4
uses: actions/labeler@v5
with:
dot: true

Expand Down

0 comments on commit 289141f

Please sign in to comment.