-
Notifications
You must be signed in to change notification settings - Fork 296
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
adds a GH action to label PRs without activity for more than 30 days … #1982
Conversation
.github/workflows/stalled.yml
Outdated
with: | ||
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.APP_PRIVATE_KEY }} | ||
installation_id: 22958780 |
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.
what is this ID for?
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.
it's for GH App which I do not have permissions to create. I'll change this to a draft PR and see if I can get some assistance from the awslabs org owner.
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.
this is great; I think in the future; once we are more comfortable with this action we should add can days-before-close
to actually close ticket automatically.
…that runs on a cron; closes awslabs#1981 Signed-off-by: Mark Cohen <[email protected]>
…plex and unnecessary permissions issues from the prior action used Signed-off-by: Mark Cohen <[email protected]>
just figured we could start this way and see how it goes... |
- custom role implementation in athena-oracle connector (#2006) - build(deps): bump aws-sdk.version from 1.12.730 to 1.12.734 (#2000) - build(deps): bump aws-sdk.version from 1.12.730 to 1.12.734 - build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 (#2005) - build(deps): bump org.apache.maven.plugins:maven-shade-plugin - build(deps): bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (#2004) - build(deps): bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre - build(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#2003) - build(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin - build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 (#2002) - build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin - build(deps): bump software.amazon.awssdk:bom from 2.25.60 to 2.25.64 (#2001) - build(deps): bump software.amazon.awssdk:bom from 2.25.60 to 2.25.64 - build(deps): bump net.snowflake:snowflake-jdbc from 3.16.0 to 3.16.1 (#1999) - build(deps): bump net.snowflake:snowflake-jdbc from 3.16.0 to 3.16.1 - build(deps): bump aws-actions/stale-issue-cleanup from 3 to 6 (#1986) - build(deps): bump aws-actions/stale-issue-cleanup from 3 to 6 - issue-types is not a valid parameter, though it is documented in the … (#1985) - build(deps): bump net.jqwik:jqwik from 1.8.4 to 1.8.5 (#1995) - build(deps): bump net.jqwik:jqwik from 1.8.4 to 1.8.5 - build(deps): bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (#1993) - build(deps): bump org.assertj:assertj-core from 3.25.3 to 3.26.0 - build(deps): bump software.amazon.awssdk:bom from 2.25.55 to 2.25.60 (#1994) - build(deps): bump software.amazon.awssdk:bom from 2.25.55 to 2.25.60 - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.45.0 to 1.46.0 (#1991) - build(deps): bump com.google.cloud:google-cloud-resourcemanager - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 3.5.1 to 3.5.2 (#1988) - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 - build(deps): bump commons-cli:commons-cli from 1.7.0 to 1.8.0 (#1992) - build(deps): bump commons-cli:commons-cli from 1.7.0 to 1.8.0 - build(deps): bump aws-sdk.version from 1.12.725 to 1.12.730 (#1990) - build(deps): bump aws-sdk.version from 1.12.725 to 1.12.730 - build(deps): bump com.google.cloud:google-cloud-storage from 2.38.0 to 2.39.0 (#1987) - build(deps): bump com.google.cloud:google-cloud-storage - Fixed GH Action Format Issue (#1984) - adds a GH action to label PRs without activity for more than 30 days … (#1982) - switched the action to use aws-actions/stale-issue-cleanup due to complex and unnecessary permissions issues from the prior action used - adds a GH action to label PRs without activity for more than 30 days that runs on a cron; closes #1981
…that runs on a cron; closes #1981
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
closes #1981