Skip to content

Commit

Permalink
chore(IDX): small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 10, 2024
1 parent 3c7cfee commit b497cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/repo_policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
path: current-repo # need to specify another path to avoid overwriting the first checkout
ref: ${{ github.head_ref }}
fetch-depth: 256
fetch-depth: 50

- name: Python Setup
uses: ./public-workflows/.github/workflows/python-setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def main() -> None:
check_if_pr_is_blocked(env_vars)

else:
print(f"{user} is not a bot. Letting CLA check handle contribution decision.")
print(f"{user} is not a bot. Skipping bot checks.")


if __name__ == "__main__":
Expand Down

0 comments on commit b497cef

Please sign in to comment.