Alexander Kachkaev
866eff55a5
Merge remote-tracking branch 'origin/main' into dot-option
2023-01-16 17:36:24 +00:00
Jongwoo Han
a11f1c4163
Replace workflow badge with new badge ( #476 )
2023-01-05 10:44:32 +01:00
Lukas Hennies
f7b1827ed3
docs: minor hint regarding glob notation ( #285 )
2022-12-21 15:59:36 +01:00
MaksimZhukov
34b1b365e1
Merge pull request #278 from jsoref/fix-at-example
...
Fix @ example
2022-12-20 10:25:28 +01:00
Alexander Kachkaev
20251547f9
Simplify glob
2022-10-05 14:37:24 +01:00
Alexander Kachkaev
d89797c51d
Merge remote-tracking branch 'upstream/main' into dot-option
2022-09-14 14:54:45 +01:00
Patrick Ellis
6a315d4ea5
Merge pull request #314 from jamietanna/patch-1
...
Clarify `permissions` required to use Action
2022-03-16 11:24:09 -04:00
Thomas Boop
abae52fa24
Update to new v4 release
2022-03-01 12:12:44 -05:00
Alexander Kachkaev
f3632d3e9f
Update README.md
2022-02-04 14:47:58 +00:00
Alexander Kachkaev
e05b7c1927
Update README.md
2022-02-04 14:45:39 +00:00
Alexander Kachkaev
8b8677b4ce
Improve warning
2022-02-04 13:54:21 +00:00
Alexander Kachkaev
920e9b6169
Add comments
2022-02-04 13:47:52 +00:00
Alexander Kachkaev
b0d9292064
Implement dot option
2022-02-04 13:26:54 +00:00
Jamie Tanna
c8a666accc
Clarify permissions required to use Action
...
As a means to reduce the privileges provided to the job executing, we
can document what the minimal `permissions` required for the Actions'
`GITHUB_TOKEN` is.
2022-02-02 15:43:53 +00:00
Muhammed Rahif
c35a9a27a3
docs(readme): specified 'yml' syntax highlighting
...
specified 'yml' syntax highlighting for a code block example in readme
2021-12-18 14:24:46 +05:30
Josh Soref
c79c655b8b
Fix @ example
2021-11-23 20:57:39 -05:00
Giso Bartels
1d0cef002c
Fix documentation for root file changes ( #133 )
...
Co-authored-by: Patrick Ellis <patrick.j.ellis@gmail.com >
2021-06-21 17:42:43 -04:00
Patrick Ellis
5400315400
Update README.md
...
Fix a small html typo.
2021-06-14 18:46:42 -04:00
Patrick Ellis
f6dc3df7ab
Update README.md
...
Add dependency badge
2021-06-11 18:51:17 -04:00
Patrick Ellis
63f27e3a01
Merge pull request #138 from pllim/patch-1
...
DOC: Example to use released version
2021-06-04 17:00:50 -04:00
Patrick Ellis
ffa3fbeb8f
🧹 Update documentation ( #147 )
...
- Document the release process in `CONTRIBUTING.md`
- Add development instructions to `CONTRIBUTING.md` (adapted from [download-artifact](https://github.com/actions/download-artifact ))
- Add a test badge to the `README`
- Link to `CONTRIBUTING.md` in `README`
- Unify copy between `README.md` and `action.yml`
- Copy-pasta the CoC from [download-artifact](https://github.com/actions/download-artifact )
2021-06-03 12:43:19 -04:00
Patrick Ellis
bc80d164ed
Two minor fixes to the README ( #80 ) ( #146 )
...
* Use consistent indentation style in YAML examples
* Fix typo 'indvidual'
2021-06-03 12:39:48 -04:00
P. L. Lim
1b79008a03
DOC: Example to use released version
2021-04-22 15:06:22 -04:00
David Kale
bab130482f
Update README.md
2020-09-08 14:49:21 -04:00
ylemkimon
c45f41c777
Update README to use pull_request_target event ( #90 )
2020-09-08 14:33:55 -04:00
Jameel Al-Aziz
4b52aec09b
Add support for exclusions ( #22 )
...
* Add support for exclusions
Paths can be negated to stop searching through the remaining patterns in
a the glob list. All changed files tested and at least one matching file
will result in a label being added.
Fixes actions/labeler#9
* Add support for "AND"-ed matches
A new "rich" matcher object can be provided instead of a normal glob.
The matcher object has two fields that accept an array of globs:
* Globs in "all" must all match every changed file.
* Globs in "some" must all match at least one changed file.
Combined with negated globs, this allows for a precise control of when
labels are applied.
* Rename `some` to `any`
* Update README
2020-06-01 17:01:37 -04:00
Edward Thomson
05785e27d6
README: tweak documentation on token permissions
2020-02-05 17:30:53 +00:00
Josh Goebel
2b75d22987
Explain this action fails for fork/PR model
...
Resolves #12 via documentation.
2020-02-05 17:27:39 +00:00
Callum Silcock
00584cab2c
Reworded readme with clearer examples
...
* Reformatted readme into headings with some basic rewording
* Added basic and common examples
Resolves #24
2019-09-26 16:53:38 +01:00
Paige Bystrom
df04112348
Updating readme for more guidance ( #21 )
...
* updating readme
* updating file path
2019-09-12 13:42:28 -04:00
Shawn Napora
44767181ec
Add clarity on GITHUB_TOKEN purpose ( #19 )
2019-09-09 15:53:57 -04:00
Danny McCormick
0d3cd1e1fd
Revert readme changes
2019-08-29 09:59:11 -04:00
Danny McCormick
375fca6b78
Use cron triggers
2019-08-28 10:10:14 -04:00
Jonas Faber
989d3858d8
Fix typo in README.md ( #5 )
...
Based on this resource: https://help.github.com/en/articles/events-that-trigger-workflows#webhook-events
2019-08-23 10:24:10 -04:00
Shawn Napora
7d083c498f
Update to labeler v2 ( #4 )
...
* labeler v2
* update docs
2019-08-08 13:07:40 -04:00
Jonathan Clem
ab3b5b5adc
Initial commit
2019-03-29 15:21:48 -07:00