mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 13:40:43 +01:00
Merge pull request #3239 from nextcloud/chore/noid/updatePrFeedback
Update pr-feedback.yml
This commit is contained in:
commit
578d8361e6
9
.github/workflows/pr-feedback.yml
vendored
9
.github/workflows/pr-feedback.yml
vendored
@ -1,3 +1,8 @@
|
|||||||
|
# This workflow is provided via the organization template repository
|
||||||
|
#
|
||||||
|
# https://github.com/nextcloud/.github
|
||||||
|
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
||||||
|
|
||||||
name: 'Ask for feedback on PRs'
|
name: 'Ask for feedback on PRs'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@ -5,7 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pr-feedback:
|
pr-feedback:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: The get-github-handles-from-website action
|
- name: The get-github-handles-from-website action
|
||||||
uses: marcelklehr/get-github-handles-from-website-action@a739600f6b91da4957f51db0792697afbb2f143c # v1.0.0
|
uses: marcelklehr/get-github-handles-from-website-action@a739600f6b91da4957f51db0792697afbb2f143c # v1.0.0
|
||||||
@ -25,5 +30,5 @@ jobs:
|
|||||||
Thank you for contributing to Nextcloud and we hope to hear from you soon!
|
Thank you for contributing to Nextcloud and we hope to hear from you soon!
|
||||||
days-before-feedback: 14
|
days-before-feedback: 14
|
||||||
start-date: "2023-07-10"
|
start-date: "2023-07-10"
|
||||||
exempt-authors: "${{ steps.scrape.outputs.users }}"
|
exempt-authors: "${{ steps.scrape.outputs.users }},nextcloud-command,nextcloud-android-bot"
|
||||||
exempt-bots: true
|
exempt-bots: true
|
||||||
|
Loading…
Reference in New Issue
Block a user