Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing new merge action on not forked PR #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/upload_impacted_targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
lfs: true

- name: Compute Impacted Targets
uses: trunk-io/merge-action@89c49f1880cbdc55726a3e7216c1b05cf7321467
uses: trunk-io/merge-action@7892141d5667431db80de9b7c8fd82378c7390bd
with:
trunk-token: ${{ secrets.TRUNK_ORG_TOKEN }}
bazel-workspace-path: workspace
Expand Down
1 change: 1 addition & 0 deletions workspace/target_1/another_file_to_add.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Something SomethingSomethingSomethingSomethingSomethingSomethingSomething
1 change: 1 addition & 0 deletions workspace/target_2/another_target_diff.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Wooo
Loading