Commit Graph

76 Commits

Author SHA1 Message Date
Alastair Mooney
80f1c09e2b
Merge pull request #168 from Christoph-Koschel/patch-3
Add support for custom languages
2024-01-01 09:23:04 +00:00
Christoph Koschel
493e0c4993 Fixed typo 2023-12-31 18:06:59 +01:00
alstr
7ad18c4076 Fix URL to line 2023-11-07 09:23:51 +00:00
Christoph Koschel
c70aafa22a Added support for costume languages. Fix #104 2023-09-30 19:39:39 +02:00
Christoph Koschel
9d485f00b8 Remove debugging stuff 2023-09-11 11:16:19 +02:00
Christoph Koschel
381a754c6e Allows to have no spaces between a comment pattern and a TODO identifier. Close #155 2023-09-11 11:04:16 +02:00
Christoph Koschel
85df7d016a Enable issue escaping 2023-07-08 21:17:23 +02:00
Patrick Foley
564f192712 update url-to-line for enterprise
github.com will be wrong for enterprise users, change this to use {self.base_url}
2023-03-02 10:16:57 -06:00
Kevin M Sampson
a9bdb9cfb7
Update base_url to use github_url 2023-02-07 07:06:11 -06:00
Kevin M Sampson
769741e3bf
Add GITHUB_URL to support GHES 2023-02-03 14:59:00 -06:00
alstr
216450e77f Fix SHA when workflow run manually 2022-10-27 11:43:39 +01:00
alstr
eb4306a705 Update input names 2022-10-27 10:10:19 +01:00
alstr
223e23516d Add support for workflow_dispatch trigger
Closes #112
2022-10-27 09:52:02 +01:00
alstr
ffb5e5a6d1 Make file extension checks case insensitive
Closes #130
2022-10-21 17:43:17 +01:00
alstr
7b5cf68b0f Add support for custom identifiers 2022-08-23 14:34:27 +01:00
alstr
c7ca1ac039 Add support for custom identifiers
Closes #49
Closes #66
2022-08-23 14:17:28 +01:00
alstr
c968c6f24d Add option to customise issue contents
Closes #91
2022-02-04 12:35:00 +00:00
alstr
830fd45809 Check for space after line comment marker 2022-02-04 11:29:54 +00:00
alstr
d8373a95ac Add support for end-of-line TODOs
Fixes #87
2021-11-10 09:44:27 +00:00
alstr
7712fef2fd Add support for auto assigning issues
Closes #84
2021-11-05 09:19:50 +00:00
Nick DeRobertis
ae75d8bae4 Revert "Display github client information"
This reverts commit dd21bd0164.
2021-10-24 12:27:53 -04:00
Nick DeRobertis
313d5e4ec8 Revert "Revert "Remove debugging prints""
This reverts commit 578030b505.
2021-10-24 12:24:57 -04:00
Nick DeRobertis
578030b505 Revert "Remove debugging prints"
This reverts commit ed9392d252.
2021-10-24 12:17:53 -04:00
Nick DeRobertis
ed9392d252 Remove debugging prints 2021-10-24 12:16:11 -04:00
Nick DeRobertis
308708439c Use correct environment variable for diff url 2021-10-24 11:25:19 -04:00
Nick DeRobertis
2c95e88a49 Fix debug statement 2021-10-24 11:15:36 -04:00
Nick DeRobertis
9867ed27cd Try to support diff url from pull request 2021-10-24 10:52:41 -04:00
Nick DeRobertis
6cef547381 Add some temporary debugging prints to understand flow 2021-10-24 10:27:09 -04:00
Nick DeRobertis
dd21bd0164 Display github client information 2021-10-24 10:22:32 -04:00
Timothy Morey
bec4b579f8
extend to support a comma-delimited list of patterns 2021-09-20 12:45:07 -04:00
Timothy Morey
2bc73c5967
try to support a single ignore expression 2021-09-17 17:16:50 -04:00
alstr
1169721b22 Check commits array is not empty 2021-08-26 19:09:28 +01:00
alstr
4b6c80501f Check commits array is not empty 2021-08-26 19:03:31 +01:00
Luis G. Valle
83d97eeea1
Support new branches with multiple commits (#25)
Add support for newly created branches with multiple commits
2021-08-26 10:45:28 +02:00
Luis G. Valle
c159a716fd Replace /compare with /commits to fetch the last diff 2021-08-17 08:10:04 +02:00
Luis G. Valle
12e626ea05 Remove empty BEFORE sha check 2021-08-12 08:09:33 +02:00
Luis G. Valle
30f81ca3e0 Add diff url for first branch commit 2021-08-11 11:14:14 +02:00
alstr
6687008177 Improve handling of similar/moved TODOs
Closes #70
Closes #53
2021-08-07 09:17:00 +01:00
alstr
3fd212fda1 Fix malformed issue title
Improve code clarity
Separate issue ref extraction
Fixes #67
2021-08-03 09:50:48 +01:00
alstr
b862c98a11 Reduce possibility for duplicate issues
Add enhanced check discussed in #24
2021-06-19 09:25:43 +01:00
alstr
762e61d94f Add project support 2021-05-29 17:38:05 +01:00
alstr
52c5630654 Add project support
Closes #14
2021-05-29 17:27:04 +01:00
alstr
be9518bf21 Fix missing syntax file error 2021-03-30 12:28:04 +01:00
alstr
48b6982095 Fix CSS comment syntax as mentioned in #35 2021-03-28 14:44:48 +01:00
alstr
349ae3620b Strip removed lines from code snippet 2021-03-28 12:18:13 +01:00
alstr
8e45236b11 Fix error retrieving diff 2021-03-28 10:13:25 +01:00
alstr
0e88f71450 Fix incorrect default value 2021-03-28 10:07:43 +01:00
alstr
cd988d2d92 Rewrite parser to support block/dynamic comments 2021-03-28 09:56:33 +01:00
alstr
a6fcdf71b1 Fix title for closed issues 2020-12-08 11:16:35 +00:00
alstr
9b0d7c13ed Update inputs 2020-12-06 14:16:54 +00:00