You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/first-interaction.yml
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,7 @@ jobs:
10
10
issues: write
11
11
pull-requests: write
12
12
steps:
13
-
- uses: actions/create-github-app-token@v2
14
-
id: app-token
15
-
with:
16
-
app-id: ${{ secrets.APP_ID }}
17
-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
18
13
- uses: actions/first-interaction@v3
19
14
with:
20
-
repo-token: ${{ steps.app-token.outputs.token }}
21
15
issue-message: "Hey there! Thank you for creating an issue :) Please take a moment to review our [**community guidelines**](https://github.com/AniTrend/android-emojify/blob/develop/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved."
22
16
pr-message: "Hey there! Thank you for this PR :) Please take a moment to review our [**community guidelines**](https://github.com/AniTrend/android-emojify/blob/develop/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved."
0 commit comments