Skip to content

[pytx] Add dev environment setup guidelines to CONTRIBUTING.md #2091

[pytx] Add dev environment setup guidelines to CONTRIBUTING.md

[pytx] Add dev environment setup guidelines to CONTRIBUTING.md #2091

Workflow file for this run

# Copyright (c) Meta Platforms, Inc. and affiliates.
name: "PR Labels"
on:
- pull_request_target
jobs:
apply-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"