Tags: evstack/.github
Tags
Celestia updates (#8) * first commit * .github: add actions, workflows, and issue template directories * .github: added composite actions and CI Release workflow Brought in a few helpful github actions, for Yamllint, dockerfile linting, release, and versioning. * fix(.github): switch changes to only run on schedule * .github: include workflow dispatch in if condition for changes * fix(.github): fix permission issue with add write-all permission for release * .github: add markdown-lint action and remove scheduled run (#2) * Create CONTRIBUTING.md * .github: add team leads as codeowners (#9) * .github: allow for custom failure threshold for dockerfile linting (#8) * .github: update markdown-lint action to include link checker and add stale workflow (#3) * Create PR template (#12) Co-authored-by: Rootul P <[email protected]> Co-authored-by: Tomasz Zdybał <[email protected]> * chore: remove redundant title (#14) * fix: typo apprioprate -> appropriate (#18) * .github: create reuseable housekeeping workflow (#16) * .github: update housekeeping workflow to use pull_request_target (#20) * Create SECURITY.md (#21) * Add dependabot and bump python setup action (#22) * SECURITY: update from celestia program to security program owner (#23) * feat: Increase the yaml linter length line to 120 (#28) * Bump actions/stale from 6 to 7 (#27) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/add-to-project from 0.3.0 to 0.4.0 (#26) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump hadolint/hadolint-action from 2.1.0 to 3.1.0 (#25) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump necojackarc/auto-request-review from 0.8.0 to 0.10.0 (#24) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: Common Docker CI pipeline (#29) * Bump docker/build-push-action from 3 to 4 (#30) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: update codeowners (#31) * fix: repositories naming (#33) * feat: Add master to publish (#34) * fix: Specify Dockerfile path in docker security (#35) * feat: Admit new input: packageName (#36) Co-authored-by: Nguyen Nhu Viet <[email protected]> * chore(deps): bump actions/add-to-project from 0.4.0 to 0.4.1 (#38) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * .github: add further distinction for codeowners to improve code review (#41) * feat: build container with matrix, it might speed up the process (#43) * fix: fix name of matrics variable (#45) Signed-off-by: Smuu <[email protected]> * fix: undo matrix (#47) * copy over adr template (#40) * chore(deps): bump actions/stale from 7 to 8 (#42) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 (#55) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add repository dispatch reusable workflow (#46) Co-authored-by: Nguyen Nhu Viet <[email protected]> * feat: TestGround GA (#57) * SECURITY: minor update to scope language (#48) * feat: speed up amd64 availability & push amd64 on each commit (#60) Signed-off-by: Smuu <[email protected]> * chore(deps): bump necojackarc/auto-request-review from 0.10.0 to 0.12.0 (#61) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove failing docker publish line (#62) * feat: use context - seems like it fixes the ldflags issue (#65) Signed-off-by: Jose Ramon Mañes <[email protected]> * Revert "Remove failing docker publish line" (#64) * remove unneeded workflow and update celestia reference --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Smuu <[email protected]> Signed-off-by: Jose Ramon Mañes <[email protected]> Co-authored-by: Rootul P <[email protected]> Co-authored-by: Tomasz Zdybał <[email protected]> Co-authored-by: Evan Forbes <[email protected]> Co-authored-by: CHAMI Rachid <[email protected]> Co-authored-by: Jose Ramon Mañes <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nguyen Nhu Viet <[email protected]> Co-authored-by: Samuel Enderwitz <[email protected]>
feat: copy files over from celestiaorg (#3) * feat: copy files over from celestiaorg Signed-off-by: Smuu <[email protected]> * doc: add note about where to edit files Signed-off-by: Smuu <[email protected]> * feat: remove references to celestiaorg Signed-off-by: Smuu <[email protected]> * revert: changes Signed-off-by: Smuu <[email protected]> * add comment Signed-off-by: Smuu <[email protected]> * fix: pointings to celestia Signed-off-by: Smuu <[email protected]> --------- Signed-off-by: Smuu <[email protected]>