update feedback setting
Former-commit-id: 93b332e852b6f4b4d7321460230130271db9b3be Former-commit-id: 87ca763fe6e1b502921046e0fa370a90fd5fe0c7 Former-commit-id: 94c30d5175dda062df3b7c6a814c19fa299dde2e Former-commit-id: 56340ca5ea08631b72638b7c7dd8976cac446cb5 [formerly 97f2d3f068c1b10b4724092dc799eb0ae506ba06] Former-commit-id: 293ab7f8aa8f673fdd5ddcb6d84070fcff7779d9 Former-commit-id: d2b19990b45047316009a32790d24cce2a431f1d Former-commit-id: 99e42b8ee67c4262cff913bbf39a455a927136d6 Former-commit-id: 3cfca7e916c144a550daebb0dced6d3288938b34 Former-commit-id: 25e7056c71246df909421abdeaa69590a8d29da1
This commit is contained in:
5
.github/workflows/feedback.yml
vendored
5
.github/workflows/feedback.yml
vendored
@@ -1,12 +1,8 @@
|
||||
name: feedback
|
||||
|
||||
on: [fork, watch, issues]
|
||||
|
||||
jobs:
|
||||
feedback:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: feedback
|
||||
id: feedback
|
||||
@@ -14,6 +10,7 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.FEEDBACK_USERNAME }}
|
||||
sign: ${{ secrets.FEEDBACK_SIGN }}
|
||||
template: ${{ github.repository }}
|
||||
repo: ${{ github.repository }}
|
||||
actor: ${{ github.actor }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user