Giter Club home page Giter Club logo

action-redpen's Introduction

action-redpen's People

Contributors

davefurmidge avatar github-actions[bot] avatar renovate-bot avatar renovate[bot] avatar tsuyoshicho avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

davefurmidge

action-redpen's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

dockerfile
Dockerfile
  • openjdk 19-alpine
github-actions
.github/workflows/depup.yml
  • actions/checkout v4
  • haya14busa/action-depup v1
  • peter-evans/create-pull-request v5
  • actions/checkout v4
  • haya14busa/action-depup v1
  • peter-evans/create-pull-request v5
.github/workflows/dockerimage.yml
  • actions/checkout v4
.github/workflows/release-check.yml
  • actions/checkout v4
  • haya14busa/action-bumpr v1
.github/workflows/release.yml
  • actions/checkout v4
  • haya14busa/action-bumpr v1
  • haya14busa/action-update-semver v1
  • haya14busa/action-cond v1
  • softprops/action-gh-release v1
.github/workflows/reviewdog.yml
  • actions/checkout v4
  • haya14busa/action-cond v1
  • reviewdog/action-shellcheck v1
  • actions/checkout v4
  • haya14busa/action-cond v1
  • reviewdog/action-hadolint v1
  • actions/checkout v4
  • reviewdog/action-misspell v1
  • actions/checkout v4
  • reviewdog/action-alex v1
.github/workflows/test.yml
  • actions/checkout v4
  • actions/checkout v4
  • actions/checkout v4
.github/workflows/update_semver.yml
  • actions/checkout v4
  • haya14busa/action-update-semver v1

  • Check this box to trigger a request for Renovate to run again on this repository

Note for reviewdog/json

output capture for reviewdog

json format use jq

$ echo xx |  jq -r "[.[0].document as $doc | .[].errors[] | {document:$doc, pos:(.startPosition.lineNum), msg:(.message)}]"

ex

$ redpen\bin\redpen -c config\redpen-conf-ja.xml -l 999 -r json doc/*.md  | jq -r "[.[0].document as $doc | .[].errors[] | {document:$doc, pos:(.startPosition.lineNum), msg:(.message)}]" 
[
 #...
  {
    "document": "test.md",
    "pos": 1180,
    "msg": "Space not present after an alphabetical word."
  },
  {
    "document": "test.md",
    "pos": 1183,
    "msg": "Space not present after an alphabetical word."
  }
]

Weekly Digest (2 August, 2020 - 9 August, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #40 chore(deps): update reviewdog to 0.10.2, by github-actions[bot]

NOISY ISSUE

🔈 #40 chore(deps): update reviewdog to 0.10.2, by github-actions[bot]
It received 1 comments.


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #40 chore(deps): update reviewdog to 0.10.2, by github-actions[bot]


COMMITS

Last week there were 2 commits.
🛠️ Merge pull request #40 from tsuyoshicho/depup/reviewdog chore(deps): update reviewdog to 0.10.2 by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.10.2 by github-actions[bot]


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 github-actions[bot]


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there was 1 release.
🚀 v1.2.0 Release v1.2.0


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (19 July, 2020 - 26 July, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (20 January, 2020 - 27 January, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week 6 issues were created.
Of these, 5 issues have been closed and 1 issues are still open.

OPEN ISSUES

💚 #13 bug: config default, by tsuyoshicho

CLOSED ISSUES

❤️ #12 Merge pull request #12 from tsuyoshicho/fix/tagname, by tsuyoshicho
❤️ #11 bug: tag name autoupdate and path set, by tsuyoshicho
❤️ #10 chore(deps): update reviewdog to 0.9.17, by github-actions[bot]
❤️ #9 chore(deps): update redpen to redpen-1.10.4, by github-actions[bot]
❤️ #8 feat: bump up add, by tsuyoshicho


PULL REQUESTS

Last week, 4 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
💛 #6 test: review3 reopen, by tsuyoshicho

MERGED PULL REQUEST

Last week, 3 pull requests were merged.
💜 #12 Merge pull request #12 from tsuyoshicho/fix/tagname, by tsuyoshicho
💜 #10 chore(deps): update reviewdog to 0.9.17, by github-actions[bot]
💜 #8 feat: bump up add, by tsuyoshicho


COMMITS

Last week there were 14 commits.
🛠️ temp off depup redpen by tsuyoshicho
🛠️ test downgrade redpen 1.10.4 to 1.10.3 by tsuyoshicho
🛠️ Merge pull request #12 from tsuyoshicho/fix/tagname fix: redpen tagname by tsuyoshicho
🛠️ fix redpen dir and tag by tsuyoshicho
🛠️ fix redpen tag by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.9.17 (#10) chore(deps): update reviewdog to 0.9.17 by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.9.17 by github-actions[bot]
🛠️ feat: bump up add (#8) feat: bump up add by tsuyoshicho
🛠️ update reviewdog and redpen support by tsuyoshicho
🛠️ add depup by tsuyoshicho
🛠️ Dockerfile fix by tsuyoshicho
🛠️ Update README by tsuyoshicho
🛠️ fix new release by tsuyoshicho
🛠️ rename release.yml by tsuyoshicho


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 github-actions[bot]


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were 2 releases.
🚀 v1.0.13 Release v1.0.13
🚀 v1.0.12 Release v1.0.12


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (20 January, 2020 - 27 January, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week 6 issues were created.
Of these, 5 issues have been closed and 1 issues are still open.

OPEN ISSUES

💚 #13 bug: config default, by tsuyoshicho

CLOSED ISSUES

❤️ #12 Merge pull request #12 from tsuyoshicho/fix/tagname, by tsuyoshicho
❤️ #11 bug: tag name autoupdate and path set, by tsuyoshicho
❤️ #10 chore(deps): update reviewdog to 0.9.17, by github-actions[bot]
❤️ #9 chore(deps): update redpen to redpen-1.10.4, by github-actions[bot]
❤️ #8 feat: bump up add, by tsuyoshicho


PULL REQUESTS

Last week, 4 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
💛 #6 test: review3 reopen, by tsuyoshicho

MERGED PULL REQUEST

Last week, 3 pull requests were merged.
💜 #12 Merge pull request #12 from tsuyoshicho/fix/tagname, by tsuyoshicho
💜 #10 chore(deps): update reviewdog to 0.9.17, by github-actions[bot]
💜 #8 feat: bump up add, by tsuyoshicho


COMMITS

Last week there were 14 commits.
🛠️ temp off depup redpen by tsuyoshicho
🛠️ test downgrade redpen 1.10.4 to 1.10.3 by tsuyoshicho
🛠️ Merge pull request #12 from tsuyoshicho/fix/tagname fix: redpen tagname by tsuyoshicho
🛠️ fix redpen dir and tag by tsuyoshicho
🛠️ fix redpen tag by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.9.17 (#10) chore(deps): update reviewdog to 0.9.17 by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.9.17 by github-actions[bot]
🛠️ feat: bump up add (#8) feat: bump up add by tsuyoshicho
🛠️ update reviewdog and redpen support by tsuyoshicho
🛠️ add depup by tsuyoshicho
🛠️ Dockerfile fix by tsuyoshicho
🛠️ Update README by tsuyoshicho
🛠️ fix new release by tsuyoshicho
🛠️ rename release.yml by tsuyoshicho


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 github-actions[bot]


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were 2 releases.
🚀 v1.0.13 Release v1.0.13
🚀 v1.0.12 Release v1.0.12


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (19 April, 2020 - 26 April, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (5 July, 2020 - 12 July, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (9 February, 2020 - 16 February, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (3 May, 2020 - 10 May, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #28 chore(deps): update reviewdog to 0.10.0, by github-actions[bot]


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #28 chore(deps): update reviewdog to 0.10.0, by github-actions[bot]


COMMITS

Last week there were 2 commits.
🛠️ Merge pull request #28 from tsuyoshicho/depup/reviewdog by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.10.0 by github-actions[bot]


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 github-actions[bot]


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there was 1 release.
🚀 v1.0.17 Release v1.0.17


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (2 February, 2020 - 9 February, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
💛 #6 test: review3 reopen, by tsuyoshicho


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (16 February, 2020 - 23 February, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (28 June, 2020 - 5 July, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #34 chore(deps): update reviewdog to 0.10.1, by github-actions[bot]

NOISY ISSUE

🔈 #34 chore(deps): update reviewdog to 0.10.1, by github-actions[bot]
It received 1 comments.


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #34 chore(deps): update reviewdog to 0.10.1, by github-actions[bot]


COMMITS

Last week there were 2 commits.
🛠️ Merge pull request #34 from tsuyoshicho/depup/reviewdog by tsuyoshicho
🛠️ chore(deps): update reviewdog to 0.10.1 by github-actions[bot]


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 github-actions[bot]


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there was 1 release.
🚀 v1.1.2 Release v1.1.2


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (12 July, 2020 - 19 July, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (26 January, 2020 - 2 February, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week 3 issues were created.
Of these, 3 issues have been closed and 0 issues are still open.

CLOSED ISSUES

❤️ #18 feat: default setting update and include sample config, by tsuyoshicho
❤️ #17 chore(deps): update redpen to 1.10.4, by github-actions[bot]
❤️ #16 Merge pull request #16 from tsuyoshicho/fix/redpen-depup, by tsuyoshicho

NOISY ISSUE

🔈 #18 feat: default setting update and include sample config, by tsuyoshicho
It received 1 comments.


PULL REQUESTS

Last week, 4 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
💛 #6 test: review3 reopen, by tsuyoshicho

MERGED PULL REQUEST

Last week, 3 pull requests were merged.
💜 #18 feat: default setting update and include sample config, by tsuyoshicho
💜 #17 chore(deps): update redpen to 1.10.4, by github-actions[bot]
💜 #16 Merge pull request #16 from tsuyoshicho/fix/redpen-depup, by tsuyoshicho


COMMITS

Last week there were 7 commits.
🛠️ feat: default setting update and include sample config (#18) feat: default setting update and include sample config by tsuyoshicho
🛠️ fix: default config and conf-en include(from redpen example config) by tsuyoshicho
🛠️ chore(deps): update redpen to 1.10.4 (#17) chore(deps): update redpen to 1.10.4 by tsuyoshicho
🛠️ chore(deps): update redpen to 1.10.4 by github-actions[bot]
🛠️ Merge pull request #16 from tsuyoshicho/fix/redpen-depup fix: depup support for redpen by tsuyoshicho
🛠️ depup: re-enable by tsuyoshicho
🛠️ Dockerfile: fix support new depup by tsuyoshicho


CONTRIBUTORS

Last week there were 2 contributors.
👤 tsuyoshicho
👤 github-actions[bot]


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were 3 releases.
🚀 v1.0.16 Release v1.0.16
🚀 v1.0.15 Release v1.0.15
🚀 v1.0.14 Release v1.0.14


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Weekly Digest (26 July, 2020 - 2 August, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (23 February, 2020 - 1 March, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there was 1 commit.
🛠️ fix typo by tsuyoshicho


CONTRIBUTORS

Last week there was 1 contributor.
👤 tsuyoshicho


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (26 April, 2020 - 3 May, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (12 April, 2020 - 19 April, 2020)

Here's the Weekly Digest for tsuyoshicho/action-redpen:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/action-redpen to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.