This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
fortify #34
Open
ShayneMichaelBacik1
wants to merge
2
commits into
WalletConnect:master
Choose a base branch
from
ShayneMichaelBacik1:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fortify #34
ShayneMichaelBacik1
wants to merge
2
commits into
WalletConnect:master
from
ShayneMichaelBacik1:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Close Stale Issues uses: actions/[email protected] with: # Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`. repo-token: # optional, default is ${{ github.token }} # The message to post on the issue when tagging it. If none provided, will not mark issues stale. stale-issue-message: # optional # The message to post on the pull request when tagging it. If none provided, will not mark pull requests stale. stale-pr-message: # optional # The message to post on the issue when closing it. If none provided, will not comment when closing an issue. close-issue-message: # optional # The message to post on the pull request when closing it. If none provided, will not comment when closing a pull requests. close-pr-message: # optional # The number of days old an issue or a pull request can be before marking it stale. Set to -1 to never mark issues or pull requests as stale automatically. days-before-stale: # optional, default is 60 # The number of days old an issue can be before marking it stale. Set to -1 to never mark issues as stale automatically. Override "days-before-stale" option regarding only the issues. days-before-issue-stale: # optional # The number of days old a pull request can be before marking it stale. Set to -1 to never mark pull requests as stale automatically. Override "days-before-stale" option regarding only the pull requests. days-before-pr-stale: # optional # The number of days to wait to close an issue or a pull request after it being marked stale. Set to -1 to never close stale issues or pull requests. days-before-close: # optional, default is 7 # The number of days to wait to close an issue after it being marked stale. Set to -1 to never close stale issues. Override "days-before-close" option regarding only the issues. days-before-issue-close: # optional # The number of days to wait to close a pull request after it being marked stale. Set to -1 to never close stale pull requests. Override "days-before-close" option regarding only the pull requests. days-before-pr-close: # optional # The label to apply when an issue is stale. stale-issue-label: # optional, default is Stale # The label to apply when an issue is closed. close-issue-label: # optional # The labels that mean an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2"). exempt-issue-labels: # optional, default is # The label to apply when a pull request is stale. stale-pr-label: # optional, default is Stale # The label to apply when a pull request is closed. close-pr-label: # optional # The labels that mean a pull request is exempt from being marked as stale. Separate multiple labels with commas (eg. "label1,label2"). exempt-pr-labels: # optional, default is # The milestones that mean an issue or a pull request is exempt from being marked as stale. Separate multiple milestones with commas (eg. "milestone1,milestone2"). exempt-milestones: # optional, default is # The milestones that mean an issue is exempt from being marked as stale. Separate multiple milestones with commas (eg. "milestone1,milestone2"). Override "exempt-milestones" option regarding only the issues. exempt-issue-milestones: # optional, default is # The milestones that mean a pull request is exempt from being marked as stale. Separate multiple milestones with commas (eg. "milestone1,milestone2"). Override "exempt-milestones" option regarding only the pull requests. exempt-pr-milestones: # optional, default is # Exempt all issues and pull requests with milestones from being marked as stale. Default to false. exempt-all-milestones: # optional, default is false # Exempt all issues with milestones from being marked as stale. Override "exempt-all-milestones" option regarding only the issues. exempt-all-issue-milestones: # optional, default is # Exempt all pull requests with milestones from being marked as stale. Override "exempt-all-milestones" option regarding only the pull requests. exempt-all-pr-milestones: # optional, default is # Only issues or pull requests with all of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels. only-labels: # optional, default is # Only issues or pull requests with at least one of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels. any-of-labels: # optional, default is # Only issues with at least one of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels. Override "any-of-labels" option regarding only the issues. any-of-issue-labels: # optional, default is # Only pull requests with at least one of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels. Override "any-of-labels" option regarding only the pull requests. any-of-pr-labels: # optional, default is # Only issues with all of these labels are checked if stale. Defaults to `[]` (disabled) and can be a comma-separated list of labels. Override "only-labels" option regarding only the issues. only-issue-labels: # optional, default is # Only pull requests with all of these labels are checked if stale. Defaults to `[]` (disabled) and can be a comma-separated list of labels. Override "only-labels" option regarding only the pull requests. only-pr-labels: # optional, default is # The maximum number of operations per run, used to control rate limiting (GitHub API CRUD related). operations-per-run: # optional, default is 30 # Remove stale labels from issues and pull requests when they are updated or commented on. remove-stale-when-updated: # optional, default is true # Remove stale labels from issues when they are updated or commented on. Override "remove-stale-when-updated" option regarding only the issues. remove-issue-stale-when-updated: # optional, default is # Remove stale labels from pull requests when they are updated or commented on. Override "remove-stale-when-updated" option regarding only the pull requests. remove-pr-stale-when-updated: # optional, default is # Run the processor in debug mode without actually performing any operations on live issues. debug-only: # optional, default is false # The order to get issues or pull requests. Defaults to false, which is descending. ascending: # optional, default is false # Delete the git branch after closing a stale pull request. delete-branch: # optional, default is false # The date used to skip the stale action on issue/pull request created before it (ISO 8601 or RFC 2822). start-date: # optional, default is # The assignees which exempt an issue or a pull request from being marked as stale. Separate multiple assignees with commas (eg. "user1,user2"). exempt-assignees: # optional, default is # The assignees which exempt an issue from being marked as stale. Separate multiple assignees with commas (eg. "user1,user2"). Override "exempt-assignees" option regarding only the issues. exempt-issue-assignees: # optional, default is # The assignees which exempt a pull request from being marked as stale. Separate multiple assignees with commas (eg. "user1,user2"). Override "exempt-assignees" option regarding only the pull requests. exempt-pr-assignees: # optional, default is # Exempt all issues and pull requests with assignees from being marked as stale. Default to false. exempt-all-assignees: # optional, default is false # Exempt all issues with assignees from being marked as stale. Override "exempt-all-assignees" option regarding only the issues. exempt-all-issue-assignees: # optional, default is # Exempt all pull requests with assignees from being marked as stale. Override "exempt-all-assignees" option regarding only the pull requests. exempt-all-pr-assignees: # optional, default is # Exempt draft pull requests from being marked as stale. Default to false. exempt-draft-pr: # optional, default is false # Display some statistics at the end regarding the stale workflow (only when the logs are enabled). enable-statistics: # optional, default is true # A comma delimited list of labels to add when a stale issue or pull request receives activity and has the stale-issue-label or stale-pr-label removed from it. labels-to-add-when-unstale: # optional, default is # A comma delimited list of labels to remove when a stale issue or pull request receives activity and has the stale-issue-label or stale-pr-label removed from it. labels-to-remove-when-unstale: # optional, default is # Any update (update/comment) can reset the stale idle time on the issues and pull requests. ignore-updates: # optional, default is false # Any update (update/comment) can reset the stale idle time on the issues. Override "ignore-updates" option regarding only the issues. ignore-issue-updates: # optional, default is # Any update (update/comment) can reset the stale idle time on the pull requests. Override "ignore-updates" option regarding only the pull requests. ignore-pr-updates: # optional, default is
(Set) 1. Create Title 2. Learn code 3. Help Understand 4.Trust in Others 5. Open strong characters 6. Be effective, effecient and excel 7. STAY POSITIVE 8. Payloads 9.share rewards team rules 10.enjoy the fruits of our laborers.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
uses: actions/[email protected]
with:
Token for the repository. Can be passed in using
repo-token: # optional, default is ${{ github.token }}{{ secrets.GITHUB_TOKEN }}
.The message to post on the issue when tagging it. If none provided, will not mark issues stale.
stale-issue-message: # optionalThe message to post on the pull request when tagging it. If none provided, will not mark pull requests stale.
stale-pr-message: # optionalThe message to post on the issue when closing it. If none provided, will not comment when closing an issue.
close-issue-message: # optionalThe message to post on the pull request when closing it. If none provided, will not comment when closing a pull requests.
close-pr-message: # optionalThe number of days old an issue or a pull request can be before marking it stale. Set to -1 to never mark issues or pull requests as stale automatically.
days-before-stale: # optional, default is 60The number of days old an issue can be before marking it stale. Set to -1 to never mark issues as stale automatically. Override "days-before-stale" option regarding only the issues.
days-before-issue-stale: # optionalThe number of days old a pull request can be before marking it stale. Set to -1 to never mark pull requests as stale automatically. Override "days-before-stale" option regarding only the pull requests.
days-before-pr-stale: # optionalThe number of days to wait to close an issue or a pull request after it being marked stale. Set to -1 to never close stale issues or pull requests.
days-before-close: # optional, default is 7The number of days to wait to close an issue after it being marked stale. Set to -1 to never close stale issues. Override "days-before-close" option regarding only the issues.
days-before-issue-close: # optionalThe number of days to wait to close a pull request after it being marked stale. Set to -1 to never close stale pull requests. Override "days-before-close" option regarding only the pull requests.
days-before-pr-close: # optionalThe label to apply when an issue is stale.
stale-issue-label: # optional, default is StaleThe label to apply when an issue is closed.
close-issue-label: # optionalThe labels that mean an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2").
exempt-issue-labels: # optional, default isThe label to apply when a pull request is stale.
stale-pr-label: # optional, default is StaleThe label to apply when a pull request is closed.
close-pr-label: # optionalThe labels that mean a pull request is exempt from being marked as stale. Separate multiple labels with commas (eg. "label1,label2").
exempt-pr-labels: # optional, default isThe milestones that mean an issue or a pull request is exempt from being marked as stale. Separate multiple milestones with commas (eg. "milestone1,milestone2").
exempt-milestones: # optional, default isThe milestones that mean an issue is exempt from being marked as stale. Separate multiple milestones with commas (eg. "milestone1,milestone2"). Override "exempt-milestones" option regarding only the issues.
exempt-issue-milestones: # optional, default isThe milestones that mean a pull request is exempt from being marked as stale. Separate multiple milestones with commas (eg. "milestone1,milestone2"). Override "exempt-milestones" option regarding only the pull requests.
exempt-pr-milestones: # optional, default isExempt all issues and pull requests with milestones from being marked as stale. Default to false.
exempt-all-milestones: # optional, default is falseExempt all issues with milestones from being marked as stale. Override "exempt-all-milestones" option regarding only the issues.
exempt-all-issue-milestones: # optional, default isExempt all pull requests with milestones from being marked as stale. Override "exempt-all-milestones" option regarding only the pull requests.
exempt-all-pr-milestones: # optional, default isOnly issues or pull requests with all of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels.
only-labels: # optional, default isOnly issues or pull requests with at least one of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels.
any-of-labels: # optional, default isOnly issues with at least one of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels. Override "any-of-labels" option regarding only the issues.
any-of-issue-labels: # optional, default isOnly pull requests with at least one of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels. Override "any-of-labels" option regarding only the pull requests.
any-of-pr-labels: # optional, default isOnly issues with all of these labels are checked if stale. Defaults to
only-issue-labels: # optional, default is[]
(disabled) and can be a comma-separated list of labels. Override "only-labels" option regarding only the issues.Only pull requests with all of these labels are checked if stale. Defaults to
only-pr-labels: # optional, default is[]
(disabled) and can be a comma-separated list of labels. Override "only-labels" option regarding only the pull requests.The maximum number of operations per run, used to control rate limiting (GitHub API CRUD related).
operations-per-run: # optional, default is 30Remove stale labels from issues and pull requests when they are updated or commented on.
remove-stale-when-updated: # optional, default is trueRemove stale labels from issues when they are updated or commented on. Override "remove-stale-when-updated" option regarding only the issues.
remove-issue-stale-when-updated: # optional, default isRemove stale labels from pull requests when they are updated or commented on. Override "remove-stale-when-updated" option regarding only the pull requests.
remove-pr-stale-when-updated: # optional, default isRun the processor in debug mode without actually performing any operations on live issues.
debug-only: # optional, default is falseThe order to get issues or pull requests. Defaults to false, which is descending.
ascending: # optional, default is falseDelete the git branch after closing a stale pull request.
delete-branch: # optional, default is falseThe date used to skip the stale action on issue/pull request created before it (ISO 8601 or RFC 2822).
start-date: # optional, default isThe assignees which exempt an issue or a pull request from being marked as stale. Separate multiple assignees with commas (eg. "user1,user2").
exempt-assignees: # optional, default isThe assignees which exempt an issue from being marked as stale. Separate multiple assignees with commas (eg. "user1,user2"). Override "exempt-assignees" option regarding only the issues.
exempt-issue-assignees: # optional, default isThe assignees which exempt a pull request from being marked as stale. Separate multiple assignees with commas (eg. "user1,user2"). Override "exempt-assignees" option regarding only the pull requests.
exempt-pr-assignees: # optional, default isExempt all issues and pull requests with assignees from being marked as stale. Default to false.
exempt-all-assignees: # optional, default is falseExempt all issues with assignees from being marked as stale. Override "exempt-all-assignees" option regarding only the issues.
exempt-all-issue-assignees: # optional, default isExempt all pull requests with assignees from being marked as stale. Override "exempt-all-assignees" option regarding only the pull requests.
exempt-all-pr-assignees: # optional, default isExempt draft pull requests from being marked as stale. Default to false.
exempt-draft-pr: # optional, default is falseDisplay some statistics at the end regarding the stale workflow (only when the logs are enabled).
enable-statistics: # optional, default is trueA comma delimited list of labels to add when a stale issue or pull request receives activity and has the stale-issue-label or stale-pr-label removed from it.
labels-to-add-when-unstale: # optional, default isA comma delimited list of labels to remove when a stale issue or pull request receives activity and has the stale-issue-label or stale-pr-label removed from it.
labels-to-remove-when-unstale: # optional, default isAny update (update/comment) can reset the stale idle time on the issues and pull requests.
ignore-updates: # optional, default is falseAny update (update/comment) can reset the stale idle time on the issues. Override "ignore-updates" option regarding only the issues.
ignore-issue-updates: # optional, default isAny update (update/comment) can reset the stale idle time on the pull requests. Override "ignore-updates" option regarding only the pull requests.
ignore-pr-updates: # optional, default is