Skip to content

Commit

Permalink
skibidi
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Nov 21, 2024
1 parent 6f3fc05 commit d081b98
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 91 deletions.
44 changes: 0 additions & 44 deletions .github/scripts/checkboxes.py

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/cherry-pick.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/first_time_contrib.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: First time contributors

on:
pull_request_target:
types:
- opened

jobs:
comment:
name: Comment on PRs
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: ${{ secrets.RERUN_BOT_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).

0 comments on commit d081b98

Please sign in to comment.