-
Notifications
You must be signed in to change notification settings - Fork 204
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
US-614190: Stale action workflow to handle for github repo issues & PR's with no activity #756
US-614190: Stale action workflow to handle for github repo issues & PR's with no activity #756
Conversation
…ull requests with no activity for more than 60 days
only-labels: 'pending info' # only mark issues/PRs as stale if they have this label | ||
labels-to-remove-when-unstale: 'pending info' # remove label when unstale -- should be manually added back if information is insufficient | ||
# automated messages to issue/PR authors | ||
stale-issue-message: 'This issue is marked as stale because it has been open 60 days with no activity. Remove pending info & stale labels or comment if you want to address this issue otherwise this will be closed in 7 days.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be better to review the message wordings with doc specialists?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@taz-pega-work @kingakowalska1 request to review and provide your feedback on the stale/closure messages added for github issues/pr's which doesn't have any activity for 60 days will be marked as stale and it will be closed if user doesn't respond with in 30 days after making its as stale or inactive.
please review lines from 22-25 in (https://github.com/pegasystems/pega-helm-charts/pull/756/files#diff-d58a3a4335db7fb83cb5105f8e99209d37e19bc76418557d6822e7f24e27e1a9R22)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
…R's with no activity (pegasystems#756) * US-614190: Stale action workflow to handle for github repo issues & pull requests with no activity for more than 60 days * fixed review comments * fixed review comments --------- Co-authored-by: rajuu <UmaveeraBasaveswararao.Rajulapati@pega.com>
* Added affinity to pod of clustering service * Added affinity to pod of hz deployment * Update the documentation * Added pod affinity to tiers of pega and updated documentation accordingly * Added pod affinity to install/upgrade jobs of pega and updated documentation accordingly * Added affinity to pegasearch deployment and updated documentation * Added pod affinity to constellation and updated documentation * Added pod affinity to constellation messaging service and updated documentation * Added pod affinity to srs service and updated documentation * Aligned all supplemental.tpl files * Removed useless comments in template definition and aligned comment in top part of _supplemental.tpl files * Added Test for affinity on pega tiers * Rearrange test code * Fixed conflicts * Aligned go files * remove obsolete logger (#746) * remove obsolete logger * update expected contents * Add support for custom dns policy setting of ndots value (#757) * support configuration of ndots * quote ndots to avoid json unmarshall error --------- Co-authored-by: Bachir Berrachedi <bachir.berrachedi@pega.com> Co-authored-by: Adam Talbot <Adam.Talbot@pega.com> * Update chart versions to 3.21.0 * Bug 868785 : Replication factor value updated to 3. (#762) * BUG-868785 Update values.yaml with replication factor 3 Pega recommended replication factor is 3 --------- Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com> * US-612844: Added toleration configuration for workloads (#758) * US-612844: Added toleration configuration for workloads * US-612844: Updated values.yaml with toleration configuration * US-612844: Updated tolerations configurations in Readme --------- Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com> * US-614190: Stale action workflow to handle for github repo issues & PR's with no activity (#756) * US-614190: Stale action workflow to handle for github repo issues & pull requests with no activity for more than 60 days * fixed review comments * fixed review comments --------- Co-authored-by: rajuu <UmaveeraBasaveswararao.Rajulapati@pega.com> * Fixed merge * Update chart versions to 3.22.0 * Removing conditional statements for LRW (#768) * removing conditional statements for LRW * Keeping indenting consistent --------- Co-authored-by: locoe <Evan.Loconto@pega.com> * Update chart versions to 3.23.0 * BUG-870872 - Update SRS version to 1.31.2 (#760) Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com> * BUG-867426 : Hazelcast PDB corrected (#773) Co-authored-by: vermn1 <nihal.verma@in.pega.com> * [US-624017] Adding JDBC Connection information (#777) * [US-624017] Adding JDBC Connection information * Edited wording following SME suggestion * Fixed merge * Fixed merge * Fixed merge * Fixed conglicts * Added Unit Test for Pegasearch deployment * Added unit test for affinity of install chart * Added Unit Tests for affinity in hazelcast and clustering service * Added Unit Test for affinity of SRS deployment * Added Unit Test of Affinity for constellation and constellation messaging charts --------- Co-authored-by: Kishor Kumar Vasantala <kishor.vasantal@gmail.com> Co-authored-by: Alessandro Cattapan <alessandro.cattapan@corner.ch> Co-authored-by: Andrew Roskuski <andrew.roskuski@pega.com> Co-authored-by: bachirgit <bachirm@gmail.com> Co-authored-by: Bachir Berrachedi <bachir.berrachedi@pega.com> Co-authored-by: Adam Talbot <Adam.Talbot@pega.com> Co-authored-by: APegaDavis <APegaDavis@bots.github.com> Co-authored-by: Narayana Raju <59383142+raju119@users.noreply.github.com> Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com> Co-authored-by: PEGA-NarasimhaRao-Meda <109585795+PEGA-NarasimhaRao-Meda@users.noreply.github.com> Co-authored-by: Uma Veera <ruvbasaveswararao@gmail.com> Co-authored-by: rajuu <UmaveeraBasaveswararao.Rajulapati@pega.com> Co-authored-by: MadhuriArugula <MadhuriArugula@bots.github.com> Co-authored-by: Evan1oconto <evanloconto@gmail.com> Co-authored-by: locoe <Evan.Loconto@pega.com> Co-authored-by: Evan1oconto <Evan1oconto@bots.github.com> Co-authored-by: Kinga Kowalska <120555574+kingakowalska1@users.noreply.github.com> Co-authored-by: vnihal72 <79415342+vnihal72@users.noreply.github.com> Co-authored-by: vermn1 <nihal.verma@in.pega.com>
1: Stale action workflow to handle github repo issues & pull requests with no activity for more than 60 days which are labelled with pending info and it will be marked as stale.
2: Stale issues & PR's will proceed for closing with respective comments, if it doesn't receive any activity with in 7 days after making it as stale .