Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/actions


https://github.com/llvm/actions

Merge pull request #6 from cor3ntin/main

Use our own fork of issue-labeler

22e9f909d35b50bd1181709564bfe816eaeaae81 authored over 1 year ago by Tom Stellard <[email protected]>
Adapt the issue labeller to llvm's workflow

* Only add new issue if no other label is set
* Do not set labels if labels were set manually.
*...

256967c2390e57703791c4c77a19c3c2410eed2d authored over 1 year ago by Corentin Jabot <[email protected]>
Add 'issue-labeler/' from commit '98b5412841f6c4b0b3d9c29d53c13fad16bd7de2'

git-subtree-dir: issue-labeler
git-subtree-mainline: 6a57890d0e3f9f35dfc72e7e48bc5e1e527cdd6c
gi...

a77fb63993a70d0e720ac5b9946ddfb61bcb8f3c authored over 1 year ago by Corentin Jabot <[email protected]>
Update README.md

98b5412841f6c4b0b3d9c29d53c13fad16bd7de2 authored over 1 year ago by Stephan Miehe <[email protected]>
feat: add option to include/exclude body as regex target (#70)

* feat: add option to include/exclude body as regex target

* build: create build

e15315cb2481eef47c3fa4eef8c525d94a0fa4c0 authored over 1 year ago by Erik Montes <[email protected]>
GITHUB_TOKEN passing is required (#75)

c43637bae004bbc29ae43750d9c6d456e244bccd authored over 1 year ago by Rob Bos <[email protected]>
feat: Add outputs of the labels added and removed (#71)

* feat: Add outputs of the labels added and removed

* chore: Regenerate action

6ae80f5cf189fd96d96a4a4125c60e87cba0578d authored over 1 year ago by Blaine Bublitz <[email protected]>
fix: Use the correct input name so the default applies (#72)

083c48026ca2a93e11583aabf8e8461cab327e37 authored over 1 year ago by Blaine Bublitz <[email protected]>
Update README.md (#69)

3d981b0369347434e2fd50714469932eb66aeb11 authored over 1 year ago by Stephan Miehe <[email protected]>
feat: allow the use of custom issue numbers (#66)

This allows users to run the action on any event, like
`workflow_dispatch`.
The default value ...

30eb92529e1bffb30dd093484e5ad284c44db3dd authored over 1 year ago by Federico Grandi <[email protected]>
fix: read default token (#67)

* fix: read default token

* docs: update README

ddcff9089d24fc8801c4ba52b1baaf7de277ef3a authored over 1 year ago by Federico Grandi <[email protected]>
Update README.md

e8745942cde11a61ba09cc0af46d4724ebfdffb1 authored almost 2 years ago by Stephan Miehe <[email protected]>
Support empty body and only remove existing labels (#62)

* replace null body to empty character

* fixed: check body is undefined

* Build project

...

e24a3eb6b2e28c8904d086302a2b760647f5f45c authored almost 2 years ago by dokimiki <[email protected]>
fix for 3.0

cd54a96bcc32e2a890e865b2eceffee3fc458b9d authored almost 2 years ago by stephanmiehe <[email protected]>
feat: add sync-labels option (#59)

* Add 'sync-labels' to README.md

* feat: add `sync-labels` option

* Update action.yml

*...

be327c67535993b63d676d85e1df5ef6a1d69c17 authored almost 2 years ago by Balázs Orbán <[email protected]>
feat: bring issue-labeler up-to-date (#57)

de16e742018d174ccf61d287f6ed31eb48faa64f authored almost 2 years ago by Balázs Orbán <[email protected]>
Update nodejs version running actions from 12 to 16.

Support for Node12 for GitHub JavaScript actions is being phased out due
to Node12 being unsuppo...

6a57890d0e3f9f35dfc72e7e48bc5e1e527cdd6c authored almost 2 years ago by Ingo Müller <[email protected]>
Fix pull_request event typo (#53)

2b2ee49727b9fa1ada0ac8d81b6ee1875cbe573a authored over 2 years ago by jamesbt365 <[email protected]>
Use the latest version in the examples and add a disclaimer. (#52)

cc554738bb8f95da730851d70a2367ac1e465a16 authored over 2 years ago by Youssef Lasheen <[email protected]>
Add 'include-title' input to include the issue title in the regex target (#43)

* Add support for pull requests

Signed-off-by: Kazuki Suda <[email protected]>

* Add '...

ddb9716935b8e1002c7a044771daeedb45cef1b3 authored over 2 years ago by Kazuki Suda <[email protected]>
Add support for pull requests (#41)

* Add support for pull requests

Signed-off-by: Kazuki Suda <[email protected]>

* Updat...

29e775bcc533696068ef29cabf0b19450cdd269f authored over 2 years ago by Kazuki Suda <[email protected]>
Fix typo (#42)

Signed-off-by: Kazuki Suda <[email protected]>

e375fbb0917869e940c189ee0c178155b104b28a authored over 2 years ago by Kazuki Suda <[email protected]>
refactor: replace deprecated String.prototype.substr() (#38)

.substr() is deprecated so we replace it with .substring() which works similarily but isn't depr...

93b20df3e8e31347275b4d07f08d705bfb32b59c authored over 2 years ago by CommanderRoot <[email protected]>
fix markdown link in contributing (#17)

* fix markdown link in CONTRIBUTING

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

C...

772f6472f461fbfca5d953d5715a41db1ef5dfe4 authored almost 3 years ago by hedy <[email protected]>
Clarify the wording around the GitHub secret part, so it's clearer (#31)

4cf1f71581a2ce68d130ff8697bb4c111502c55d authored almost 3 years ago by Lyndsey Padget <[email protected]>
Tolerate empty issue body (#34)

Previously the code was checking whether `issue_body` was falsy.
The empty string is considered...

e7e184dafe073a9a174ababc3fc79418a1d17133 authored almost 3 years ago by Eddie Aftandilian <[email protected]>
fix typo: rexex → regex (#35)

there was a variable called `bodyMissingRexexLabel` but it should be `bodyMissingRegexLabel`

a094ec7a6a74e03d5575494367fb2535372508ce authored almost 3 years ago by Masataka Yakura <[email protected]>
Explicit input definition updates (#25)

* Explicit input definition updates

* Update action.yml

f40302de168dcc01a3689fee53e89ad74ed0a9dd authored over 3 years ago by Stephan Miehe <[email protected]>
Update action config required field (#22)

0207bb58c165f7229d560291b28d8de891bc46d1 authored almost 4 years ago by Stephan Miehe <[email protected]>
Add get-llvm-version action

94577ddd7890c474f5304e8e9a58202c24c7a37b authored almost 4 years ago by Tom Stellard <[email protected]>
setup-windows: Silence output of vsdevcmd.bat

We don't want this output written to the environment file.

527e7007ee044c960e3cb9553109a2d42b111789 authored about 4 years ago by Tom Stellard <[email protected]>
setup-windows: Stop using the set-env commands

These have been deprecated:

https://github.blog/changelog/2020-10-01-github-actions-deprecating...

ef3c0cae33157dddb4ac7c13ca50765829812865 authored about 4 years ago by Tom Stellard <[email protected]>
Accepts regex flags (#15)

b8504d20e705915a90e2fc1e9d5ce8d24ba11e20 authored over 4 years ago by Jinzhu <[email protected]>
Support body missing regex label (#11)

* Support body missing regex label

* temp

* fix

* Fix

* Fix

* Fix

* Fix

* C...

4966f542159401d5a65e34931140dce1cb2ed56d authored over 4 years ago by Stephan Miehe <[email protected]>
get-llvm-project-src: Get default values from github context

Using the env context does not work anymore.

723c291934f197dd3deda62889a8fc9d52ee525f authored over 4 years ago by Tom Stellard <[email protected]>
build-test-llvm-project: Add build_target input

a625ffc8f07a1fde96d05939107fa47035447d8a authored over 4 years ago by Tom Stellard <[email protected]>
fix 404 & docs enable versioned regex (#6)

33714bbbfea1eaf1e363f495c647d74ae3ab3bd6 authored almost 5 years ago by Casey Greene <[email protected]>
Update README.md

1ce9ae7caaaad5e2722ea969a445edac434b9262 authored almost 5 years ago by Stephan Miehe <[email protected]>
Update README.md (#4)

105757b0743aa15718f71540340d8286d25c4ac7 authored almost 5 years ago by Harry Marr <[email protected]>
v2.0

81a2e4a88ea3f1ad203058d6dc4fea4f80f32505 authored almost 5 years ago by stephanmiehe <[email protected]>
Update main.ts

ec4585ed1f4a9a52c3a90c1c70ad140b3dcfd557 authored almost 5 years ago by Stephan Miehe <[email protected]>
add notBefore functionality as per #2 (#3)

9aa4af9841706fd4622a3fd95115cb34fef2effd authored almost 5 years ago by Stephan Miehe <[email protected]>
Clean up

92b89f34cc62fd8c82469ec76450b1161a5c7c40 authored almost 5 years ago by stephanmiehe <[email protected]>
Update package.json

c64f8133c2f403dbe91b7b14d235ebe85ecbc843 authored almost 5 years ago by Stephan Miehe <[email protected]>
Create jest.config.js

82ddd3e20f0a3fb14e907936a8fbe23ea92bfc8a authored almost 5 years ago by Stephan Miehe <[email protected]>
Create main.test.ts

7bab9ed1b989224dc62c93f742397e15a39c1500 authored almost 5 years ago by Stephan Miehe <[email protected]>
Update action.yml

08c9bc11a027907537bdcb046b4221cfcb047663 authored almost 5 years ago by Stephan Miehe <[email protected]>
Update action.yml

1446991d87fe48c86aa09607f116d944c1c3eb9f authored almost 5 years ago by Stephan Miehe <[email protected]>
Update action.yml

1068f3e75438724dd867e4d62582a591c6f30a06 authored almost 5 years ago by Stephan Miehe <[email protected]>
Update README.md

7dfd85f9211e0a1aad88fbd7771013fc0b165508 authored almost 5 years ago by Stephan Miehe <[email protected]>
Update package.json

3c09b0d8aa82c63d5f3d2444544ed009997b7636 authored almost 5 years ago by Stephan Miehe <[email protected]>
Update CONTRIBUTING.md

da8b438349a3c6467fa889df0cecd9ef6397c41e authored almost 5 years ago by Stephan Miehe <[email protected]>
Update documentation

ae40084f70d2837540b38744ef4d168f98074a3f authored almost 5 years ago by stephanmiehe <[email protected]>
Create SECURITY.md

fa211ddddf7c91dc60c3ab670c32394a3923c81a authored almost 5 years ago by Stephan Miehe <[email protected]>
Initial commit

327f7d5a09e627ac8003a606e4e101e12d46c79a authored almost 5 years ago by stephanmiehe <[email protected]>
get-llvm-project-src: Add a repo input parameter

This makes it possible to use this action in forks of llvm.

c6013342aa08e1368f85a26ec466ee7e6c18c023 authored about 5 years ago by Tom Stellard <[email protected]>
Add initial set of actions for release branch CI

55d844821959226fab4911f96f37071c1d4c3268 authored about 5 years ago by Tom Stellard <[email protected]>