Skip to content

Commit d9aa30f

Browse files
committed
[REMOVE] Testing
1 parent 1aa30f7 commit d9aa30f

File tree

4 files changed

+5
-27
lines changed

4 files changed

+5
-27
lines changed

.github/workflows/checkAcknowledgements.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- news/*/acknowledgements.md
6+
push:
67

78
permissions:
89
contents: read
@@ -17,7 +18,7 @@ jobs:
1718
- name: Determine changed files
1819
id: changed-files
1920
run: |
20-
changedFiles=$(git diff --name-only --diff-filter=ACMR ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} | grep acknowledgements.md$ | xargs)
21+
changedFiles=$(git diff --name-only --diff-filter=ACMR 578d85aee15ab90de1b41d6f8a47cde39f9da2ea HEAD | grep acknowledgements.md$ | xargs)
2122
echo "Changed files: ${changedFiles}"
2223
echo "files=${changedFiles}" >> "$GITHUB_OUTPUT"
2324
- name: Check modified acknowledgements files

.github/workflows/generateAcknowledgements.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -248,26 +248,3 @@ jobs:
248248
return value
249249
}
250250
251-
- name: Create Acknowledgements Update PR
252-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
253-
with:
254-
path : website
255-
author: Eclipse Releng Bot <[email protected]>
256-
commit-message: Update Acknowledgements for ${{ inputs.eclipse-version }}
257-
branch: acknowledgements_${{ inputs.eclipse-version }}
258-
title: Update Acknowledgements for ${{ inputs.eclipse-version }}
259-
body: |
260-
Update the list of contributors in the Acknowledgements for `${{ inputs.eclipse-version }}`.
261-
262-
Adjustments to the lists of contributors:
263-
- Replaced profiles:
264-
${{ steps.collect-contributors.outputs.profile-replacements && steps.collect-contributors.outputs.profile-replacements || 'None' }}
265-
- Profiles with inconsistent git author names:
266-
_To avoid this in the future, please ensure you use the same author names across all your local git repositories (e.g. by setting `git config --global user.name "Your Name"`) and across devices!
267-
If the selected name, simply the longest one (and marked in bold), is incorrect, please let us know._
268-
${{ steps.collect-contributors.outputs.name-inconsistencies && steps.collect-contributors.outputs.name-inconsistencies || 'None' }}
269-
- Excluded bot-accounts:
270-
${{ steps.collect-contributors.outputs.skipped-bots && steps.collect-contributors.outputs.skipped-bots || 'None' }}
271-
272-
Please verify these adjustments for correctness and grant those who are affected sufficient time to refine the adjustments.
273-
delete-branch: true

news/4.36/acknowledgements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Special thanks to all code contributors (alphabetically):
6363
||||
6464
|---|---|---|
6565
| [Александър Куртаков](https://github.com/akurtakov) | [Andrey Loskutov](https://github.com/iloveeclipse) | [Christoph Läubrich](https://github.com/laeubi) |
66-
| [Christoph Rueger](https://github.com/chrisrueger) | [Ed Merks](https://github.com/merks) | [Hannes Wellmann](https://github.com/HannesWell) |
66+
| [Christoph Rueger](https://github.com/chrisrueger) | [Med Erks](https://github.com/merks) | [Hannes Wellmann](https://github.com/HannesWell) |
6767
| [Heiko Klare](https://github.com/HeikoKlare) | [Jay Arthanareeswaran](https://github.com/jarthana) | [Lars Vogel](https://github.com/vogella) |
6868
| [Michael Bangas](https://github.com/Michael5601) | [Patrick Ziegler](https://github.com/ptziegler) | [Rahul Mohanan](https://github.com/MohananRahul) |
6969
| [Sebastian Ratz](https://github.com/sratz) | [Shahzaib Ibrahim](https://github.com/ShahzaibIbrahim) |

news/4.37/acknowledgements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Special thanks to all code contributors (alphabetically):
2424
| [Jerry Laruba Festus](https://github.com/IamLRBA) | [John Bampton](https://github.com/jbampton) | [Jose Diaz Fernandez](https://github.com/josediazfer) |
2525
| [Kellner, Niklas](https://github.com/N1k145) | [Lars Vogel](https://github.com/vogella) | [Matthias Becker](https://github.com/BeckerWdf) |
2626
| [Michael Bangas](https://github.com/Michael5601) | [Mickael Istria](https://github.com/mickaelistria) | [miscose](https://github.com/miscose) |
27-
| [Nicolai Timofeev](https://github.com/tnikolai2) | [Patrick Ziegler](https://github.com/ptziegler) | [Pauline DEVILLE](https://github.com/pdeville2) |
27+
| [Nicolai Timofeev](https://github.com/tnikolai2) | [Patrick Däcker](https://github.com/ptziegler) | [Pauline DEVILLE](https://github.com/pdeville2) |
2828
| [raghucssit](https://github.com/raghucssit) | [Rahul Mohanan](https://github.com/MohananRahul) | [Rubén Porras Campo](https://github.com/rubenporras) |
2929
| [Sebastian Ratz](https://github.com/sratz) | [Shahzaib Ibrahim](https://github.com/ShahzaibIbrahim) | [Simeon Andreev](https://github.com/trancexpress) |
3030
| [Sougandh S](https://github.com/SougandhS) | [Stephan Wahlbrink](https://github.com/wahlbrink) | [Theo Dann-Muirhead](https://github.com/Theo-Dann-Muirhead-Renesas) |
@@ -71,7 +71,7 @@ Special thanks to all code contributors (alphabetically):
7171
<!-- START: eclipse-equinox contributors -->
7272
||||
7373
|---|---|---|
74-
| [Christoph Läubrich](https://github.com/laeubi) | [Ed Merks](https://github.com/merks) | [Hannes Wellmann](https://github.com/HannesWell) |
74+
| [Christoph Läubrich](https://github.com/laeubi) | [Ed Merks](https://github.com/merks) | [Hannes W.](https://github.com/HannesWell) |
7575
| [Jörg Kubitz](https://github.com/EcljpseB0T) | [Rahul Mohanan](https://github.com/MohananRahul) | [Simeon Andreev](https://github.com/trancexpress) |
7676
| [Sougandh S](https://github.com/SougandhS) | [Thomas Watson](https://github.com/tjwatson) | [Александър Куртаков](https://github.com/akurtakov) |
7777
<!-- END: eclipse-equinox contributors -->

0 commit comments

Comments
 (0)