mbien commented on PR #4129: URL: https://github.com/apache/netbeans/pull/4129#issuecomment-1132431390
ah [release-drafter](https://github.com/release-drafter/release-drafter) its a github action. But it is also available as github "app" https://github.com/apps/release-drafter, however the app is [deprecated](https://github.com/release-drafter/release-drafter/issues/335) and EOL ("The plan is to keep the GitHub App running for at least another year"). -> lets not use the app Next we would have to figure out is if the action is part of the official github actions, if not, it will require extra steps. (git sub module deployment, see #4116 as example) I would be also careful with github action access rights, I actually don't know how to configure this since apache projects have the rights set to minimum, see https://github.com/apache/netbeans/pull/4116#issuecomment-1126684953 (I am stuck there) In theory, this could be done via a github token, but I don't know how this works for apache projects, I don't have access to the project settings maybe someone else has or there is a different way how to solve this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists