You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Token used by prow actions to accomplish jobs and tasks. May be a bot user access token or the limited scope Github token
required: true
prow-commands:
description: Comment keywords/commands to look for. Space delimited. Expect commands on own line.
required: false
jobs:
description: The jobs to automatically run on event. Space delimited. Expect commands on own line.
required: false
merge-method:
description: "Strategy for Prow-github-actions to take when merging a pull request using the lgtm cron-job. Can be 'squash', 'rebase', or 'merge'. Defaults to 'merge'"