Thomas Neidhart
Thomas Neidhart
Created https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5037
Access token has been created and been provisioned to the GH org, you should be able to publish again.
This is already done, try to edit a comment from the bot and you will see the raw data. In general, if the same type of comment is generated again,...
I fixed a bug where the check-sync comment was always added after a PR got updated. In order to reduce the noise this check is only executed if the last...
these tasks are executed concurrently, we could change the logic to have less comments that are generated from the app and edit these comments rather than minimizing and creating new...
when applying changes via a PR, otterdog does not run changes compared to the live settings, but to the current version of the config so speed up things and only...
The id field could be made optional to be more resilient when reading xar files that have not set this attribute. Could not find a xar file format definition so...
Ty for finishing and applying the fix, it was necessary in order to sign Temurin JDKs for MacOS, see for example https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21.0.5%2B11 . Note: they are currently not signed with...
Certain rules that can be specified seem to be only available when either targetting branches / tags / pulls or repository. Right now no distinction is being made, but we...
The Rest API is not really informative in this regard: https://docs.github.com/en/rest/orgs/rules?apiVersion=2022-11-28#create-an-organization-repository-ruleset Will need trial and error.