Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: date
#run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%S')"
run: echo "date=$(date +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT

- name: Checkout Code
uses: actions/checkout@v4

Expand Down Expand Up @@ -82,11 +82,10 @@ jobs:
env:
DIGEST: ${{ steps.build-and-push.outputs.digest }}
TAGS: quay.io/microcks/microcks-hub:${{env.IMAGE_TAG}} docker.io/microcks/microcks-hub:${{env.IMAGE_TAG}}
COSIGN_EXPERIMENTAL: "true"
COSIGN_EXPERIMENTAL: 'true'
run: |
images=""
for tag in ${TAGS}; do
images+="${tag}@${DIGEST} "
done
cosign sign --yes ${images}

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cd ${{github.workspace}}/frontend
npm sbom --sbom-format spdx > microcks-hub-frontend-${{ github.event.inputs.version }}.spdx-sbom.json
cd ${{github.workspace}}/server
npm sbom --sbom-format spdx > microcks-hub-server-${{ github.event.inputs.version }}.spdx-sbom.json
npm sbom --sbom-format spdx > microcks-hub-server-${{ github.event.inputs.version }}.spdx-sbom.json

- name: Publish release with JReleaser
uses: jreleaser/release-action@v2
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/stale-issues-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: Manage stale issues and PRs

on:
schedule:
- cron: "0 0 * * *"
- cron: '0 0 * * *'

permissions:
contents: read

jobs:
stale:
permissions:
issues: write # for actions/stale to close stale issues
pull-requests: write # for actions/stale to close stale PRs
issues: write # for actions/stale to close stale issues
pull-requests: write # for actions/stale to close stale PRs
if: startsWith(github.repository, 'microcks/')
name: Mark issue or PR as stale
runs-on: ubuntu-latest
Expand All @@ -22,28 +22,28 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: |
This issue has been automatically marked as stale because it has not had recent activity :sleeping:

It will be closed in 30 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under [open governance model](https://github.com/microcks/.github/blob/main/CODE_OF_CONDUCT.md).

Let us figure out together how to push this issue forward. Connect with us through [one of many communication channels](https://microcks.io/community/) we established here.

Thank you for your patience :heart:
stale-pr-message: |
This pull request has been automatically marked as stale because it has not had recent activity :sleeping:

It will be closed in 30 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation.

There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under [open governance model](https://github.com/microcks/.github/blob/main/CODE_OF_CONDUCT.md).

Let us figure out together how to push this pull request forward. Connect with us through [one of many communication channels](https://microcks.io/community/) we established here.

Thank you for your patience :heart:
days-before-stale: 30
days-before-close: 30
stale-issue-label: stale
stale-pr-label: stale
exempt-issue-labels: keep-open
exempt-pr-labels: keep-open
close-issue-reason: not_planned
close-issue-reason: not_planned
53 changes: 26 additions & 27 deletions .github/workflows/welcome-new-users.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Welcome new users by commenting on the first-time issue/PR.
# Adding a friendly message in the comment to tip non-stargazers to star our repo.
#
# Props to https://github.com/wow-actions/welcome
# Props to https://github.com/wow-actions/welcome

name: Welcome New Users with Thanks and Tip non-stargazers ;-)
on:
Expand All @@ -10,63 +10,62 @@ on:
issues:
types: [opened]
permissions:
contents: read # Set permissions as read-only by default at the top level
contents: read # Set permissions as read-only by default at the top level
jobs:
run:
permissions:
issues: write # for wow-actions/welcome to comment on issues
pull-requests: write # wow-actions/welcome to comment on PRs
issues: write # for wow-actions/welcome to comment on issues
pull-requests: write # wow-actions/welcome to comment on PRs
# Do not run on bots and maintainers
if: ${{ !contains(fromJson('["dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }}
runs-on: ubuntu-latest
steps:
- uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1
with:
# GitHub token as default GITHUB_TOKEN

FIRST_ISSUE_REACTIONS: '+1, hooray, rocket, heart'

FIRST_ISSUE: |
👋 @{{ author }}

Welcome to the Microcks community! 💖

Thanks and congrats 🎉 for opening your first issue here! Be sure to follow the issue template or please update it accordingly.

📢 If you're using Microcks in your organization, please [add your company name to this list](https://github.com/microcks/.github/blob/main/ADOPTERS.md). 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

If you need to know why and how to add yourself to the list, please read the blog post ["Join the Microcks Adopters list and Empower the vibrant open source Community 🙌"](https://microcks.io/blog/join-adopters-list/)
Hope you have a great time there!

Hope you have a great time there!

FIRST_PR_REACTIONS: '+1, hooray, rocket, heart'

FIRST_PR: |
👋 @{{ author }}

Welcome to the Microcks community! 💖

Thanks and congrats 🎉 for opening your first pull request here! Be sure to follow the pull request template or please update it accordingly.
Hope you have a great time there!

Hope you have a great time there!

FIRST_PR_MERGED: |
🎉 @{{ author }}

You are now a Microcks community contributor! 💖

Thanks and congrats 🚀 on merging your first pull request! We are delighted and very proud of you! 👏

📢 If you're using Microcks in your organization, please [add your company name to this list](https://github.com/microcks/.github/blob/main/ADOPTERS.md). 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

If you need to know why and how to add yourself to the list, please read the blog post ["Join the Microcks Adopters list and Empower the vibrant open source Community 🙌"](https://microcks.io/blog/join-adopters-list/)

Kudos and please keep going, we need you 🙌

STAR_MESSAGE: |
🌟 ~~~~~~~~~ 🌟

📢 If you like Microcks, please ⭐ star ⭐ our repo to support it!

🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}
Loading
Loading