feat: 1) unlabel waiting-for: comminity if issue was closed by the author self
2) unlabel `invalid` when reopened
3) do nothing if issue author is committer when labeled
4) unlabel `waiting-for: comminity` and close issue when `resolved` is labeled.
1 file changed
tree: 63ae670e133a811274b6864ab399db601c48e75e
  1. .github/
  2. src/
  3. test/
  4. .asf.yaml
  5. .editorconfig
  6. .gitignore
  7. app.yml
  8. CODE_OF_CONDUCT.md
  9. CONTRIBUTING.md
  10. index.js
  11. LICENSE
  12. package-lock.json
  13. package.json
  14. README.md
  15. travis.yml
README.md

Apache ECharts Robot

A robot for Apache ECharts issues and pull requests.

Setup

# Install dependencies
npm install

# Run the bot
npm start