Skip to content

Commit 4a11c67

Browse files
eltociearakihironittaBordacarmocca
authored
Fix typo in 1_bug_report.yaml (#15764)
Co-authored-by: Akihiro Nitta <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]>
1 parent 1e56b75 commit 4a11c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ body:
6363
attributes:
6464
label: Environment
6565
description: |
66-
Please provide details about your enviornment by copying and pasting the output from our environment collection script:
66+
Please provide details about your environment by copying and pasting the output from our environment collection script:
6767
https://raw.githubusercontent.com/Lightning-AI/lightning/master/requirements/collect_env_details.py
6868
(For security purposes, please check the contents of the script before running it)
6969
You can get the script and run it with:

.github/workflows/probot-check-group.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.event.pull_request.draft == false
1515
timeout-minutes: 61 # in case something is wrong with the internal timeout
1616
steps:
17-
- uses: Lightning-AI/probot@v5.1
17+
- uses: Lightning-AI/probot@v5.2
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:

0 commit comments

Comments
 (0)