Skip to content

Commit

Permalink
Pull request automatic labelling (#111)
Browse files Browse the repository at this point in the history
* Create labeler.yml

* Create label_request.yml

* Update SECURITY.md

* Update wordlist.txt

* Update label_request.yml
  • Loading branch information
jshcodes authored Apr 2, 2021
1 parent 0cd6976 commit 0b19fa7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
documentation:
- any: ['docs/*', '*.md']

package:
- any: ['src/*.py']

pipeline:
- any: ['.github/*']

unit testing:
- any: ['tests/*', 'util/*']
1 change: 1 addition & 0 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ UUID
USERUUID
SHA
sha
MacOS
DeleteSampleV
upfile
formData
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/label_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Label Request"
on:
pull_request:
branches: [ main ]

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 3 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document outlines security policy and procedures for the CrowdStrike `falco

## Supported Python versions

FalconPy functionality is only tested to run under the following versions of Python.
FalconPy functionality is unit tested to run under the following versions of Python.

| Version | Supported |
| :------- | :--------- |
Expand All @@ -18,6 +18,8 @@ FalconPy functionality is only tested to run under the following versions of Pyt
| <= 3.5 | :x: |
| <= 2.x.x | :x: |

This unit testing is performed using Windows, MacOS, and Ubuntu Linux.

## Supported FalconPy versions

When discovered, we release security vulnerability patches for the most recent release at an accelerated cadence.
Expand Down

0 comments on commit 0b19fa7

Please sign in to comment.