From c47f95de3fbda39e00ce3c0f312c6d6c6fd34c67 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Fri, 3 Nov 2023 16:13:49 -0600 Subject: [PATCH 1/2] added labeler.yml Former-commit-id: 99073c94f4f3dd1ea4cdd74a58ebc8f20017c588 --- .github/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..72ccc40a --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,12 @@ +# this is a config file for the github action labeler + +# Add 'label1' to any changes within 'example' folder or any subfolders +example_change: +- example/** + +# Add 'label2' to any file changes within 'example2' folder +example2_change: example2/* + +# Add label3 to any change to .txt files within the entire repository. Quotation marks are required for the leading asterisk +text_files: +- '**/*.txt' \ No newline at end of file From 3fdf5189f8502813ee29f4187abe8a1f2f566532 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Fri, 3 Nov 2023 16:18:37 -0600 Subject: [PATCH 2/2] expanded permissions to allow welcome action run Former-commit-id: cc6cc42c1503ff57ac8ccdbbcd7a9473770252cc --- .github/workflows/welcome.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index eadc0b68..25edc27c 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -9,6 +9,7 @@ on: jobs: build: name: 👋 Welcome + permissions: write-all runs-on: ubuntu-latest steps: - uses: actions/first-interaction@v1.2.0