Josh Dales
64ce5e9235
Update README with better description for branches
...
Co-authored-by: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com >
2023-03-20 15:38:14 -04:00
Josh Dales
f40b38734d
Correct errors and typos in the README
...
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com >
2023-03-17 17:14:59 -04:00
Josh Dales
84e83a9b19
Merge branch 'main' into main
2023-03-08 18:10:37 -05:00
Michaël De Boey
ba790c862c
feat: default repo-token to github.token ( #227 )
...
* feat: default `repo-token` to `github.token`
* Update README.md
* Update labeler.ts
* Update index.js
* Update action.yml
* Update dist/index.js
* Update index.js
* Update dist/index.js
2023-03-07 12:25:56 +01:00
Josh Dales
5e6bdf6d89
update the example workflow in the readme
2023-03-03 11:17:10 -05:00
Josh Dales
2e10ffb6ec
Reference minimatch in docs
...
Co-authored-by: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com >
2023-03-03 09:26:43 -05:00
Josh Dales
e5b1bddf5e
Update the README with documentation about the new config structure
2023-02-21 11:51:45 -05:00
Ivan
8e3e86e548
Update workflow badges ( #495 )
2023-01-31 08:47:18 +02:00
Josh Dales
7f8d8e472d
Merge branch 'main' into main
2023-01-11 17:02:22 -05: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
Josh Dales
4c74e84461
Fix typo in the README
2022-09-22 09:05:46 -04:00
Josh Dales
6e276063fe
Update README with reference to branch options
2022-06-11 13:28:58 -04: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
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