Skip to content

Commit

Permalink
[x] add ignore rule for documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sausagee authored and bors-libra committed Apr 1, 2021
1 parent 3f7de43 commit ceb305e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x.toml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ mark-changed = []
globs = ["diem.png", ".assets/diem.png", "storage/data.png"]
mark-changed = []

[[determinator.path-rule]]
# Ignore *.md documentation
globs = ["*.md"]
mark-changed = []

[[determinator.path-rule]]
# Required by get_stdlib_script_abis in transaction-builder-generator.
globs = ["language/diem-framework/releases/artifacts/current/script_abis/**/*"]
Expand Down

0 comments on commit ceb305e

Please sign in to comment.