actions-marketplace-validations/accum-board-stats
GitHub composite action to request and accumulate a forum board post replies and views statistic
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 5, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/andry81-devops_gh-action--accum-board-stats@5ec65e569913a6e42973414c14829464b6316b3f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| topic_query_url | URL to query topic or post to request its replies and views | yes | — |
| replies_sed_regexp | Sed regexp to match the replies value | yes | — |
| views_sed_regexp | Sed regexp to match the views value | yes | — |
| curl_flags | additional curl flags | — | — |
| deps_repo_owner | Owner of a repository used to checkout dependencies | yes | — |
| deps_repo_branch | Repository branch used to checkout dependencies | — | master |
| deps_repo_read_token | PAT token to a repository used to checkout dependencies | — | ${{ github.token }} |
| commit_msg_entity | Commit message entity | — | — |
| output_repo_owner | Owner of a repository used to output the statistic | yes | — |
| output_repo | Repository name used to output the statistic | yes | — |
| output_repo_branch | Repository branch used to output the statistic | — | master |
| output_repo_dir | Output repository relative directory path to store requested and accumulated statistic | yes | — |
| output_repo_write_token | PAT token to the output repository with write/push access rights | yes | — |
| flags | String of flag values list in format of `NAME[=[EXPR]]` ready to be evaluated as a shell array: `(<0> <1> ... <N>)`. If `EXPR` is not empty and begins by '[' then, use `eval EXPR` instead of `(( EXPR ))` expression. Otherwise if a flag expression is `NAME=`, then false (unflagged). Otherwise if a flag expression is `NAME`, then true (flagged). | — | — |
| env | environment variables | — | — |
Outputs
no outputs