From 9edbb2abd208b602b43e4bdb0b984bdcdc0e3794 Mon Sep 17 00:00:00 2001 From: "J.P." <145814971+ramackersjp@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:59:11 +0200 Subject: [PATCH 1/9] Make contributors list --- .github/workflows/main.yml | 17 +++++++++++++++++ README.md | 10 ++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000000..705b563b80 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +on: + push: + branches: + - main + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + permissions: + contents: write + pull-requests: write + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.10 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 86117a6edc..a0ef863421 100644 --- a/README.md +++ b/README.md @@ -166,3 +166,13 @@ YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/) and [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/), innovative and intelligent tools for profiling Java and .NET applications. + +## Collaborators + + + + +## Contributors + + + From b318d7d3b1dade530c8f771062091caa32157f6e Mon Sep 17 00:00:00 2001 From: "J.P." <145814971+ramackersjp@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:03:29 +0200 Subject: [PATCH 2/9] change --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 705b563b80..3eae76bfb6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,4 +14,8 @@ jobs: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.10 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + +-uses: akhilmhdh/contributors-readme-action@v2.3.10 +env: +GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file From 3d564b6c9cba415aad3bbcefd49cbb4b0ef26cb7 Mon Sep 17 00:00:00 2001 From: "J.P." <145814971+ramackersjp@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:05:23 +0200 Subject: [PATCH 3/9] change --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3eae76bfb6..5584da5814 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} --uses: akhilmhdh/contributors-readme-action@v2.3.10 -env: -GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file +name: Contribute List +uses: akhilmhdh/contributors-readme-action@v2.3.10 \ No newline at end of file From 2b5dd1d3b52356c92a9e5be90f30d33646c38b2d Mon Sep 17 00:00:00 2001 From: "J.P." <145814971+ramackersjp@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:07:27 +0200 Subject: [PATCH 4/9] master --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5584da5814..ee98401972 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ on: push: branches: - - main + - master jobs: contrib-readme-job: @@ -15,6 +15,3 @@ jobs: uses: akhilmhdh/contributors-readme-action@v2.3.10 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -name: Contribute List -uses: akhilmhdh/contributors-readme-action@v2.3.10 \ No newline at end of file From e69544f8fda92b0ba7535e984710d9fe10eb5069 Mon Sep 17 00:00:00 2001 From: "J.P." <145814971+ramackersjp@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:10:00 +0200 Subject: [PATCH 5/9] up --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0ef863421..2735984f36 100644 --- a/README.md +++ b/README.md @@ -167,12 +167,12 @@ YourKit, LLC is the creator of [YourKit Java Profiler](https://www.yourkit.com/j and [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/), innovative and intelligent tools for profiling Java and .NET applications. -## Collaborators +## Contributors - - + + -## Contributors +## Collaborators - - + + \ No newline at end of file From 9369a1f07be4904b348305291f1dc55a815663cb Mon Sep 17 00:00:00 2001 From: "J.P." <145814971+ramackersjp@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:18:23 +0200 Subject: [PATCH 6/9] test1 --- .github/workflows/main.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee98401972..d18cad8bc6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,17 +1,20 @@ +name: CI on: push: branches: - master + pull_request: + branches: + - master jobs: contrib-readme-job: runs-on: ubuntu-latest - name: A job to automate contrib in readme - permissions: - contents: write - pull-requests: write + name: A job to automate contribute list in readme.md steps: - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.10 + uses: akhilmhdh/contributors-readme-action@master + with: + readme_path: "contributors.md" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 5e3ad4c8df46e471cff64284654da23b43cb5d60 Mon Sep 17 00:00:00 2001 From: "J.P." <145814971+ramackersjp@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:21:20 +0200 Subject: [PATCH 7/9] test2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d18cad8bc6..c2c85541e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,6 @@ jobs: - name: Contribute List uses: akhilmhdh/contributors-readme-action@master with: - readme_path: "contributors.md" + readme_path: "README.md" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 6197aa8dc6ff93e7b836718982f488f8a61a44cc Mon Sep 17 00:00:00 2001 From: "J.P." <145814971+ramackersjp@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:25:11 +0200 Subject: [PATCH 8/9] test3 --- .github/workflows/main.yml | 2 +- README.md | 12 +----------- contributors.md | 9 +++++++++ 3 files changed, 11 insertions(+), 12 deletions(-) create mode 100644 contributors.md diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2c85541e7..d18cad8bc6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,6 @@ jobs: - name: Contribute List uses: akhilmhdh/contributors-readme-action@master with: - readme_path: "README.md" + readme_path: "contributors.md" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 2735984f36..0597f189ca 100644 --- a/README.md +++ b/README.md @@ -165,14 +165,4 @@ YourKit has given an open source license for their profiler, greatly simplifying YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/) and [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/), -innovative and intelligent tools for profiling Java and .NET applications. - -## Contributors - - - - -## Collaborators - - - \ No newline at end of file +innovative and intelligent tools for profiling Java and .NET applications. \ No newline at end of file diff --git a/contributors.md b/contributors.md new file mode 100644 index 0000000000..d36d6fabf7 --- /dev/null +++ b/contributors.md @@ -0,0 +1,9 @@ +## Contributors + + + + +## Collaborators + + + \ No newline at end of file From 65674ff9570fa1a095e2f6ecf3c55933ef1f325e Mon Sep 17 00:00:00 2001 From: "J.P." <145814971+ramackersjp@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:30:23 +0200 Subject: [PATCH 9/9] update --- .github/workflows/main.yml | 2 +- README.md | 12 +++++++++++- contributors.md | 9 --------- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 contributors.md diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d18cad8bc6..c2c85541e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,6 @@ jobs: - name: Contribute List uses: akhilmhdh/contributors-readme-action@master with: - readme_path: "contributors.md" + readme_path: "README.md" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 0597f189ca..2735984f36 100644 --- a/README.md +++ b/README.md @@ -165,4 +165,14 @@ YourKit has given an open source license for their profiler, greatly simplifying YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/) and [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/), -innovative and intelligent tools for profiling Java and .NET applications. \ No newline at end of file +innovative and intelligent tools for profiling Java and .NET applications. + +## Contributors + + + + +## Collaborators + + + \ No newline at end of file diff --git a/contributors.md b/contributors.md deleted file mode 100644 index d36d6fabf7..0000000000 --- a/contributors.md +++ /dev/null @@ -1,9 +0,0 @@ -## Contributors - - - - -## Collaborators - - - \ No newline at end of file