Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1263 from FreeCodeCamp/fix/var-ci
Browse files Browse the repository at this point in the history
Update .varci.yml
  • Loading branch information
Jonathan authored Aug 28, 2016
2 parents 561291b + 11319ec commit 5dff52e
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .varci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
ruleset:
comment_and_close_issue:
name: "Comment, label & close pull requests or issues"
events: [ issues, pull_request ]
name: "Comment, label & close issues"
events: [ issues ]
label: invalid
when:
- action = "opened"
- sender.type contains "User"
close: true
comment: >
Hi @{{ user.login }}
We have moved to the [forum](http://forum.freecodecamp.com/c/wiki). Please make your changes there.
We have moved to the [forum](http://forum.freecodecamp.com/c/wiki). We no longer accept opening new issues.
Happy Coding!
comment_and_close_pull_request:
name: "Comment, label & close pull requests"
events: [ pull_request ]
label: invalid
when:
- action = "opened"
- sender.type contains "User"
close: true
comment: >
Hi @{{ user.login }}
We have moved to the [forum](http://forum.freecodecamp.com/c/wiki). Please make your changes there.
Happy Coding!

0 comments on commit 5dff52e

Please sign in to comment.