Skip to content

Commit

Permalink
fix(tools): remove gitpod checks from the PR (freeCodeCamp#41170)
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead authored Feb 18, 2021
1 parent 2c1280a commit 7f8e059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ github:
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
addCheck: true
addCheck: false
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: true
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: false
addLabel: ready-on-gitpod

vscode:
extensions:
Expand Down

0 comments on commit 7f8e059

Please sign in to comment.