Skip to content

More relaxed workflow runs#2

Open
egekorkan wants to merge 1 commit intoeclipse-editdor:mainfrom
egekorkan:patch-2
Open

More relaxed workflow runs#2
egekorkan wants to merge 1 commit intoeclipse-editdor:mainfrom
egekorkan:patch-2

Conversation

@egekorkan
Copy link
Copy Markdown

@egekorkan egekorkan commented Mar 28, 2026

That way, all new PRs should trigger workflows without us waiting

Signed-off-by: Ege Korkan <egekorkan@gmail.com>
@egekorkan egekorkan requested a review from a team as a code owner March 28, 2026 20:58
@eclipse-otterdog
Copy link
Copy Markdown

Thank you for raising a pull request to update the configuration of your GitHub organization.
You can manually add reviewers to this PR to eventually enable auto-merging.

The following conditions need to be fulfilled for auto-merging to be available:

  • valid configuration
  • approved by a project lead
  • does not require any secrets
  • does not update settings only accessible via the GitHub Web UI
  • does not remove any resource
Otterdog commands and options

You can trigger otterdog actions by commenting on this PR:

  • /otterdog team-info checks the team / org membership for the PR author
  • /otterdog validate validates the configuration change
  • /otterdog validate info validates the configuration change, printing also validation infos
  • /otterdog check-sync checks if the base ref is in sync with live settings
  • /otterdog merge merges and applies the changes if the PR is eligible for auto-merging (only accessible for the author)
  • /otterdog done notifies the self-service bot that a required manual apply operation has been performed (only accessible for members of the admin team)
  • /otterdog apply re-apply a previously failed attempt (only accessible for members of the admin team)

@eclipse-otterdog
Copy link
Copy Markdown

The author (egekorkan) of this PR is associated with this organization in the role of MEMBER.

Additionally, egekorkan is a member of the following teams:

@eclipse-otterdog
Copy link
Copy Markdown

Please find below the validation of the requested configuration changes:

Diff for c0ff4a6
Unevaluated properties are not allowed ('fork_pr_approval_policy' was unexpected)

Failed validating 'unevaluatedProperties' in schema['properties']['settings']['properties']['workflows']:
    {'$schema': 'https://json-schema.org/draft/2020-12/schema',
     '$ref': 'workflow-settings.json',
     'type': 'object',
     'properties': {'enabled_repositories': {'type': 'string'},
                    'selected_repositories': {'type': 'array',
                                              'items': {'type': 'string'}}},
     'required': ['enabled_repositories'],
     'unevaluatedProperties': False}

On instance['settings']['workflows']:
    {'actions_can_approve_pull_request_reviews': False,
     'allow_action_patterns': [],
     'allow_github_owned_actions': True,
     'allow_verified_creator_actions': True,
     'allowed_actions': 'all',
     'default_workflow_permissions': 'write',
     'enabled_repositories': 'all',
     'fork_pr_approval_policy': 'first_time_contributors_new_to_github',
     'selected_repositories': []}

@egekorkan
Copy link
Copy Markdown
Author

@eclipse-editdor/eclipsefdn-security I think there is something weird with the validation. enabled_repositories does not exist anyways but the change is triggering a validation that expects it.

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.

1 participant