Skip to content

doc: remove suggestion of self-introduction from new contributor welcome comment #88602

doc: remove suggestion of self-introduction from new contributor welcome comment

doc: remove suggestion of self-introduction from new contributor welcome comment #88602

Workflow file for this run

name: Run pre-commit and in-place update PR on push
on:
push:
branches-ignore:
# ignore tmp branches used by bors
- 'staging.tmp*'
- 'trying.tmp*'
- 'staging*.tmp'
- 'nolints'
# ignore staging and trying branches used by bors, these are handled by bors.yml
- 'staging'
- 'trying'
- 'ci-dev/**' # ignore branches meant for experiments
- 'master'
pull_request:
# extracted from https://pre-commit.ci/lite
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: 3.x
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
if: always()