Skip to content

Commit

Permalink
chore: update worfklow
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Oct 17, 2024
1 parent b156b7f commit 2129d00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/copy.bara.sky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ core.workflow(
origin_files = glob(PR_INCLUDE if PR_INCLUDE else ["**"], exclude = PR_EXCLUDE),
destination_files = glob(PUSH_INCLUDE, exclude = PUSH_EXCLUDE),
authoring = authoring.pass_thru(default = COMMITTER),
mode = "CHANGE_REQUEST",
set_rev_id = False,
mode = "ITERATIVE",
transformations = [
metadata.save_author("ORIGINAL_AUTHOR"),
metadata.expose_label("GITHUB_PR_NUMBER", new_name = "Closes", separator = SOT_REPO.replace("[email protected]:", " ").replace(".git", "#")),
Expand Down

0 comments on commit 2129d00

Please sign in to comment.