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-contribution-greeting.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ jobs:
9
9
issues: write
10
10
pull-requests: write
11
11
steps:
12
-
- uses: actions/first-interaction@v2
12
+
- uses: actions/first-interaction@v3
13
13
with:
14
14
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
15
issue-message: "Hey there! Thank you for creating an issue :) Please take a moment to review our [**community guidelines**](https://github.com/AniTrend/support-arch/blob/develop/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved."
0 commit comments