Commit Graph

139 Commits

Author SHA1 Message Date
Shakar Bakr
a2d77658d6
Refactor action.yml to use composite runs and enhance README for private repository support
- Updated action.yml to switch from Docker to composite runs, allowing for improved token generation for private repositories.
- Added new inputs for GitHub App authentication: APP_ID, PRIVATE_KEY, and OWNER.
- Enhanced README with detailed instructions for using the action with private repositories, including GitHub App setup and authentication methods.

Signed-off-by: Alastair Mooney
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
2025-06-05 11:18:59 +03:00
Shakar Bakr
563eaea98c
Update README.md for improved clarity and consistency in language properties and support section wording.
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
2025-05-27 13:00:31 +03:00
Shakar Bakr
1b4753ffdd
Refactor action to use composite run steps and support cross-repository issue creation
- Changed action execution from Docker to composite with Python setup.
- Added `TARGET_REPO` input to allow issue creation in a specified repository.
- Updated `GitHubClient` to use `TARGET_REPO` for issue and milestone URLs.
- Enhanced README with instructions for cross-repository usage.
- Introduced example workflow for creating TODO issues in another repository.

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
2025-05-15 15:49:54 +03:00
alstr
1a726726ab Add Dockerfile support
Original PR by @phyzical
See #266
2025-04-10 14:53:23 +01:00
alstr
92354c3f86 Merge remote-tracking branch 'origin/master' 2025-04-04 09:44:12 +01:00
alstr
9a95d62451 Improve handling of block comments
Fixes #264
2025-04-04 09:43:44 +01:00
Alastair Mooney
c077cbe999
Update README.md 2025-04-02 14:56:05 +01:00
alstr
0672dc170b Revert "Merge pull request #260 from schott12521/schott12521/main"
This reverts commit b46ff98258, reversing
changes made to 751dd2f2ad.
2025-01-31 10:31:50 +00:00
Alastair Mooney
9cadabeca9
Update README.md 2025-01-30 17:22:29 +00:00
Scott
c7789e046e feat: adding default labels to issues 2025-01-28 12:48:45 -08:00
Luca Steeb
d912fe8085
docs(readme): add action token permissions
This automatically sets the correct permissions in the workflow definition so that the user doesn't have to change the default workflow permissions in the repo settings.
2025-01-18 13:02:14 +04:00
netpoe
7cfb7c0bb3 chore: updates README with Move lang 2024-12-21 22:02:06 -06:00
Alastair Mooney
b64689f916
Update README.md 2024-12-12 15:47:16 +00:00
Alastair Mooney
b5815c5c57
Update README.md
Add note about workflow triggers
2024-12-12 15:39:08 +00:00
Alex Harris
73fd4fae40 docs: Added TOML to README.md 2024-10-11 18:06:36 +01:00
Miguel Palhas
64aac3bc8a code review 2024-10-09 18:21:46 +01:00
Alastair Mooney
85a6f710f1
Merge pull request #212 from naps62/lua
Adds support for lua
2024-10-09 18:14:19 +01:00
Alastair Mooney
b380120404
Update README.md 2024-10-08 10:18:59 +01:00
Miguel Palhas
3442688932 code review 2024-10-07 16:38:24 +01:00
Miguel Palhas
50aa970dc4 code review 2024-10-07 16:38:02 +01:00
Alastair Mooney
62db8cb3f3
Update README.md 2024-09-25 13:46:05 +01:00
Alastair Mooney
62af033b6c
Update README.md 2024-09-25 13:45:38 +01:00
Alastair Mooney
f7cea8d10c
Merge branch 'master' into master 2024-09-25 12:54:20 +01:00
Alastair Mooney
4412cbb68f
Update README.md 2024-09-25 10:20:30 +01:00
Alastair Mooney
c34007eacd
Update README.md
Closes #192
2024-09-25 10:01:42 +01:00
Alastair Mooney
77965e69fc
Update README.md 2024-09-24 16:09:26 +01:00
Alastair Mooney
870669e44e
Update README.md 2024-09-24 16:03:42 +01:00
alstr
2f462edd70 Merge master into v5 2024-09-24 14:31:16 +01:00
alstr
3bf280d493 Update README.md 2024-09-24 14:12:58 +01:00
alstr
e08f24ef42 Update README.md
Closes #189
2024-09-23 13:54:57 +01:00
Alastair Mooney
3c45de9f2c
Update README.md 2024-08-19 16:34:02 +01:00
klarkc
7d8b984900
Add Agda doc and tests 2024-07-11 16:29:45 -03:00
klarkc
fe5e34d9ad
Add support for PureScript 2024-07-11 16:16:15 -03:00
alstr
240db0f446 Remove support for classic projects
Closes #187
Closes #149
2024-06-28 13:56:27 +01:00
unclebabykern
a3b911658e add liquid comment syntax w/ tests
Includes single line comment syntax with # that ignores block wrap tag requirement (e.g. {% %} enclosing line comments) for functional usage.
2024-05-29 12:17:56 -06:00
Adrian Galilea
28a4f8f6e2
Add action permissions to ## Setup 2024-04-22 10:03:17 +02:00
Aingeru
2bda10fabb Added support for makefile language.
Signed-off-by: Aingeru <aingeru.develop@gmail.com>
2024-03-12 12:49:15 +01:00
elftausend
401dca3ded Add support for .cu files 2024-02-16 17:10:20 +01:00
Liam Deacon
2b2f825dac
doc: Adjust wording for IDENTIFIERS workflow config option 2024-01-16 16:08:50 +00:00
Christoph Koschel
1f76da6cc1 Update README.md 2023-09-30 20:05:24 +02:00
Christopher Dehner
b37864c2c2 update README.md 2023-08-28 15:35:32 -04:00
Alastair Mooney
c90d4c3f82
Update README.md 2023-03-29 14:12:00 +01:00
Alastair Mooney
327825480b
Update README.md 2023-02-28 13:49:28 +00:00
Jérémie Tarot
2376b8efa2
Rework README
List features in intro
Hopefully improve Usage and Options sections structure and formating
Misc edits
2023-02-10 14:21:43 +01:00
Jérémie Tarot
80c97d2f91
README content reordering
This reordering aims to make action's features and languages support prominent, before setup etc.
2023-02-10 12:13:58 +01:00
alstr
de338b1f7d Update README.md 2023-02-10 09:23:08 +00:00
Alastair Mooney
e1e9be5f9f
Update README.md 2022-12-22 08:37:25 +00:00
Walker
de829edf0c Add Nix support 2022-12-21 14:46:54 -03:00
Seth Battis
e4dffbafb9 Clarify optional input documentation
After a bit of trial and error, I gather that the workflow API must only provide strings as input. QED, the optional inputs have to be strings. Not a big deal, except for the IDENTIFIERS value which needs to be a JSON string, which looks exactly like a YAML sequence. Updated documentation to include what I needed to see to resolve this. (Now with prettier, less-exhausting single quotes.)
2022-11-01 09:25:51 -04:00
Seth Battis
ffe68fca6c Clarify optional input documentation
After a bit of trial and error, I gather that the workflow API must only provide strings as input. QED, the optional inputs have to be strings. Not a big deal, except for the `IDENTIFIERS` value which needs to be a JSON string, which looks exactly like a YAML sequence. Updated documentation to include what I needed to see to resolve this.
2022-10-28 17:59:48 +00:00