Skip to content

Commit

Permalink
Fix typo in 1_bug_report.yaml (#15764)
Browse files Browse the repository at this point in the history
Co-authored-by: Akihiro Nitta <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Carlos Mocholí <[email protected]>
  • Loading branch information
4 people authored Nov 26, 2022
1 parent 1e56b75 commit 4a11c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ body:
attributes:
label: Environment
description: |
Please provide details about your enviornment by copying and pasting the output from our environment collection script:
Please provide details about your environment by copying and pasting the output from our environment collection script:
https://raw.githubusercontent.com/Lightning-AI/lightning/master/requirements/collect_env_details.py
(For security purposes, please check the contents of the script before running it)
You can get the script and run it with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/probot-check-group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.event.pull_request.draft == false
timeout-minutes: 61 # in case something is wrong with the internal timeout
steps:
- uses: Lightning-AI/probot@v5.1
- uses: Lightning-AI/probot@v5.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 4a11c67

Please sign in to comment.