Skip to content
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

chore: added workflow for handling answerable discussions #2728

Merged
merged 4 commits into from
Aug 8, 2023

Conversation

khushail
Copy link
Contributor

Issue #, if available:

Description of changes:

This workflow will handle the discussions (posted in answerable category) and take appropriate action.

Whenever a discussion is replied with keyword @github-actions proposed-answer, is considered for action by this workflow and based on the responses/reactions received, appropriate action is taken.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

- name: Stale discussions action
uses: aws-github-ops/handle-stale-discussions@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too many spaces after : and missing newline at end of file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

incorporated suggested changes

uses: aws-github-ops/handle-stale-discussions@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too many newlines at end of file. we went from 0 to 2. there should be 1

@SamRemis SamRemis merged commit 5d0f231 into aws:master Aug 8, 2023
20 checks passed
SamRemis pushed a commit to SamRemis/aws-sdk-php that referenced this pull request Nov 28, 2023
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.

4 participants