gkarthiks/Contributor Tweet Test
Parses the isssue and creates a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 12, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: gkarthiks/contributor-tweets-test@f6019a1775e63c357e980af85f24d93195dd0788 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tweet-label-id | Label to be used in the issue to consider for a tweet. | yes | tweet |
| starting-parse-symbol | The parsing symbol that specifies the start of the parsing characters. | yes | <!--::--> |
| path-to-save | The path of the files that needs to be saved. | yes | ./tweets |
| file-name-format | The file name format that needs to be stored as | yes | dd-mm-yyyy-hh-MM |
| file-name-extension | The extension that needs to be used for the tweet file. | yes | tweet |
| token | Github token for octokit to comment back in the issue. | yes | — |
| tweet-length | Tweet length. | no | 280 |
Outputs
| name | description |
|---|---|
| continue-workflow | Binary value determines whether the flow should continue or skip. |