Skip to content

Commit

Permalink
use github token instead + update text
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Nov 21, 2024
1 parent 03fd423 commit 8f0cda2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/first_time_contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: First time contributors

on:
pull_request_target:
types:
- opened

permissions:
contents: "write"
id-token: "write"
pull-requests: "write"

jobs:
comment:
Expand All @@ -12,10 +15,8 @@ jobs:
steps:
- uses: actions/[email protected]
with:
repo-token: ${{ secrets.RERUN_BOT_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
Hi! Thanks for opening this pull request.
Because this is your first time contributing to this repository, make sure you've read our
[Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md)
and [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md).
Because this is your first time contributing to this repository, make sure you've read our [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md).

0 comments on commit 8f0cda2

Please sign in to comment.