Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't remove "needs info" label from maintainers #7934

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

nilsding
Copy link
Member

just taking care some small annoyance I noticed during issue triaging, sometimes I'm faster adding the label before the workflow runs through... I hope this works as expected ;-)

  • replaces syntax to yaml multi-line, apparently ${{ ... }} was only needed because the expression starts with a !
  • since GitHub workflows only have literals for booleans, null, number, and string, we need to use fromJSON in order to create an array as per the example given in the docs for contains

see also:

- replaces syntax to yaml multi-line, apparently `${{ ... }}` was only
  needed because the expression starts with a `!`
- since GitHub workflows only have literals for booleans, null, number,
  and string, we need to use `fromJSON` in order to create an array as
  per the example given in the docs for `contains`

see also:
- https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idif
- https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#example-matching-an-array-of-strings
- https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#literals

Signed-off-by: Jyrki Gadinger <[email protected]>
@nilsding nilsding self-assigned this Feb 26, 2025
Copy link

Artifact containing the AppImage: nextcloud-appimage-pr-7934.zip

SHA256 checksum: 0b5b94d06a00f2f73d11567b0576b7654cb61427c6095e510416fed4731f3660

To test this change/fix you can download the above artifact file, unzip it, and run it.

Please make sure to quit your existing Nextcloud app and backup your data.

@nilsding nilsding enabled auto-merge February 26, 2025 16:56
Copy link
Collaborator

@claucambra claucambra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THANK YOU, this was so annoying

@claucambra claucambra disabled auto-merge February 27, 2025 01:54
@claucambra claucambra merged commit 75d7463 into master Feb 27, 2025
12 of 16 checks passed
@claucambra claucambra deleted the github/ignore-needsinfo-removal-from-maintainers branch February 27, 2025 01:55
@nilsding
Copy link
Member Author

seems to work like a charm :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants