From 18b63de41e0ed92aa149ded959cd1a044d8c0eec Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:02:33 -0400 Subject: [PATCH 01/13] Create documentation-template.yml Add a issue_template for documentation issues/requests. --- .github/documentation-template.yml | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/documentation-template.yml diff --git a/.github/documentation-template.yml b/.github/documentation-template.yml new file mode 100644 index 00000000..aedd4844 --- /dev/null +++ b/.github/documentation-template.yml @@ -0,0 +1,44 @@ +name: Documentation Issue or Request +description: Report issues or suggest improvements to the spaceKLIP documentation. +title: "[Documentation]: " +labels: ["documentation"] +assignees: [] +body: + - type: checkboxes + id: verify + attributes: + label: Check Existing Issues + description: | + Before submitting this issue, please confirm the following: + options: + - label: Yes, I have checked existing issues to ensure this problem hasn't already been reported. + required: true + - type: textarea + id: problem-description + attributes: + label: Describe the issue or suggest an improvement + description: | + Please describe any issues with our documentation or suggest improvements. Your feedback is appreciated! + placeholder: Describe the issue or suggest improvements here. + validations: + required: true + - type: textarea + id: page-urls + attributes: + label: URLs of the documentation pages (if applicable) + description: | + If the issue is specific to particular pages, provide the URLs here. + This helps us locate and address the issue more efficiently. You can list multiple URLs if needed. + placeholder: Enter the URLs. + - type: textarea + id: additional-context + attributes: + label: Additional context or information + description: | + Provide any additional context or information that might be relevant to this issue or suggestion. + placeholder: Add any additional context or information here. + - type: markdown + attributes: + value: | + Thank you for helping us improve our documentation! After you submit this issue, check this GitHub thread for any updates/responses from the spaceKLIP team. + From e282674b6db0082bb2b6efe4ef1c947651f24316 Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:03:27 -0400 Subject: [PATCH 02/13] Rename .github/documentation-template.yml to .github/ISSUE_TEMPLATE/documentation-template.yml Updated to place template in the correct folder. --- .github/{ => ISSUE_TEMPLATE}/documentation-template.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => ISSUE_TEMPLATE}/documentation-template.yml (100%) diff --git a/.github/documentation-template.yml b/.github/ISSUE_TEMPLATE/documentation-template.yml similarity index 100% rename from .github/documentation-template.yml rename to .github/ISSUE_TEMPLATE/documentation-template.yml From 93adfd22442206480abbc4ba3758ff330a70ccc9 Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:05:11 -0400 Subject: [PATCH 03/13] Create improvement-template.yml Added an improvement issue template. --- .../ISSUE_TEMPLATE/improvement-template.yml | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/improvement-template.yml diff --git a/.github/ISSUE_TEMPLATE/improvement-template.yml b/.github/ISSUE_TEMPLATE/improvement-template.yml new file mode 100644 index 00000000..eefa54c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement-template.yml @@ -0,0 +1,53 @@ +name: Enhancement Suggestion +description: Suggest an enhancement to spaceKLIP +title: "[Enhancement]: " +labels: ["enhancement"] +body: + - type: dropdown + id: instrument + attributes: + label: Instrument or Category + description: Which instrument or piece of code would you like to see improved? + multiple: true + options: + - NIRCam Stage 1/2 Pipeline + - MIRI Stage 1/2 Pipeline + - Image Tools + - PSF Subtraction + - Analysis Tools + - Other + validations: + required: true + - type: textarea + id: suggestion + attributes: + label: What is your suggestion? + description: What feature would you like to see in spaceKLIP? + placeholder: It would be super helpful if spaceKLIP did... + validations: + required: true + - type: textarea + id: logs + attributes: + label: Error traceback output + description: If relevant, please copy and paste the full traceback of any errors you encountered. + - type: input + id: OS + attributes: + label: What operating system are you using? + placeholder: E.g., Windows 11; Mac OS 10.10 El Capitan + - type: input + id: python_version + attributes: + label: What version of Python are you running? + description: If you're not sure, open a terminal with the environment you're running spaceKLIP in and type "python --version" + placeholder: E.g., Python 3.7 + - type: textarea + id: package_list + attributes: + label: What Python packages do you have installed? + description: To get a full list, open a terminal with the environment you're running spaceKLIP in and type "conda list". Paste the full output here. + - type: markdown + attributes: + value: | + Thanks for taking the time to suggest an enhancement! After you submit this issue, check this GitHub thread for any updates/responses from the spaceKLIP team. From 3a67d05fb150fab917904683cd09de0aa1d86f66 Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:06:19 -0400 Subject: [PATCH 04/13] Create bug-template.yml Added bug issue template. --- .github/ISSUE_TEMPLATE/bug-template.yml | 72 +++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-template.yml diff --git a/.github/ISSUE_TEMPLATE/bug-template.yml b/.github/ISSUE_TEMPLATE/bug-template.yml new file mode 100644 index 00000000..cad888aa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-template.yml @@ -0,0 +1,72 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: ["bug"] +body: + - type: checkboxes + id: verify + attributes: + label: Check Existing Issues + description: | + Before submitting this issue, please confirm the following: + options: + - label: Yes, I have checked existing issues to ensure this problem hasn't already been reported. + required: true + - type: dropdown + id: instrument + attributes: + label: Instrument or Category + description: Which instrument or piece of code were you running? + multiple: true + options: + - NIRCam Stage 1/2 Pipeline + - MIRI Stage 1/2 Pipeline + - Image Tools + - PSF Subtraction + - Analysis Tools + - Other + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: Please describe what happened and/or what you expected to happen. + placeholder: Describe the issue and/or expected outcome. + validations: + required: true + - type: textarea + id: logs + attributes: + label: Error traceback output + description: Please copy and paste the full traceback of the error you encountered. + placeholder: Paste the error traceback here. + validations: + required: false + - type: input + id: OS + attributes: + label: What operating system are you using? + placeholder: E.g., Windows 11; Mac OS 10.10 El Capitan + - type: input + id: python_version + attributes: + label: What version of Python are you running? + description: If you're not sure, open a terminal with the environment you're running spaceKLIP in and type "python --version" + placeholder: E.g., Python 3.7 + - type: textarea + id: package_list + attributes: + label: What Python packages do you have installed? + description: To get a full list, open a terminal with the environment you're running spaceKLIP in and type "conda list". Paste the full output here. + - type: textarea + id: additional-context + attributes: + label: Additional context or information + description: | + Provide any additional context or information that might be relevant to this issue. + placeholder: Add any additional context or information here. + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! After you submit this issue, check this GitHub thread for any updates/responses from the spaceKLIP team. From 8ad4fe077a580da0702d61e09f83ceab5055d73b Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:07:06 -0400 Subject: [PATCH 05/13] Create config.yml Turned off option for blank issue template. --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false From 63fea3a4732a8a2ea68b7e9f155bfcb89ea39928 Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:43:12 -0400 Subject: [PATCH 06/13] Create autolabel.yml Added some auto labels and auto assignees. --- .github/workflows/autolabel.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/autolabel.yml diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml new file mode 100644 index 00000000..b084f476 --- /dev/null +++ b/.github/workflows/autolabel.yml @@ -0,0 +1,14 @@ +name: "Set Issue Label and Assignee" +on: + issues: + types: [opened] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: Naturalclar/issue-action@v2.0.2 + with: + title-or-body: "both" + parameters: '[ {"keywords": ["nircam","NIRCAM","NIRCam"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI","miri"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["Image Tools"], "assignees": ["kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF Subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["Analysis Tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL"]}, {"keywords": ["Documentation"], "labels": ["Documentation"], "assignees": ["mperrin","AarynnCarter"]}]' + github-token: "${{ secrets.GITHUB_TOKEN }}" From 508c7b7d58edf6bd5efae118c8ab6d31926e1682 Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:54:41 -0400 Subject: [PATCH 07/13] Update autolabel.yml Added more assignees. --- .github/workflows/autolabel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index b084f476..9685e744 100644 --- a/.github/workflows/autolabel.yml +++ b/.github/workflows/autolabel.yml @@ -10,5 +10,5 @@ jobs: - uses: Naturalclar/issue-action@v2.0.2 with: title-or-body: "both" - parameters: '[ {"keywords": ["nircam","NIRCAM","NIRCam"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI","miri"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["Image Tools"], "assignees": ["kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF Subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["Analysis Tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL"]}, {"keywords": ["Documentation"], "labels": ["Documentation"], "assignees": ["mperrin","AarynnCarter"]}]' + parameters: '[ {"keywords": ["nircam","NIRCAM","NIRCam"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI","miri"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["Image Tools"], "assignees": ["kglidic","kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF Subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["Analysis Tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje","kglidic"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL","kglidic"]}, {"keywords": ["Documentation"], "labels": ["Documentation"], "assignees": ["mperrin","AarynnCarter","kglidic"]}]' github-token: "${{ secrets.GITHUB_TOKEN }}" From d9ee8fbb7373a48ac9d28da7db879edc52fdbd0c Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:04:30 -0400 Subject: [PATCH 08/13] Update autolabel.yml --- .github/workflows/autolabel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index 9685e744..1e39a83c 100644 --- a/.github/workflows/autolabel.yml +++ b/.github/workflows/autolabel.yml @@ -10,5 +10,5 @@ jobs: - uses: Naturalclar/issue-action@v2.0.2 with: title-or-body: "both" - parameters: '[ {"keywords": ["nircam","NIRCAM","NIRCam"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI","miri"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["Image Tools"], "assignees": ["kglidic","kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF Subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["Analysis Tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje","kglidic"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL","kglidic"]}, {"keywords": ["Documentation"], "labels": ["Documentation"], "assignees": ["mperrin","AarynnCarter","kglidic"]}]' + parameters: '[ {"keywords": ["nircam","NIRCAM","NIRCam"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI","miri"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["Image Tools"], "assignees": ["kglidic","kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF Subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["Analysis Tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje","kglidic"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL","kglidic"]}, {"keywords": ["Documentation"], "labels": ["Documentation"], "assignees": ["kglidic"]}]' github-token: "${{ secrets.GITHUB_TOKEN }}" From 407471f4d0d445c1e4e9fdffac97dd968bdfc0e1 Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:07:25 -0400 Subject: [PATCH 09/13] Update autolabel.yml --- .github/workflows/autolabel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index 1e39a83c..c41c2ff0 100644 --- a/.github/workflows/autolabel.yml +++ b/.github/workflows/autolabel.yml @@ -10,5 +10,5 @@ jobs: - uses: Naturalclar/issue-action@v2.0.2 with: title-or-body: "both" - parameters: '[ {"keywords": ["nircam","NIRCAM","NIRCam"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI","miri"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["Image Tools"], "assignees": ["kglidic","kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF Subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["Analysis Tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje","kglidic"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL","kglidic"]}, {"keywords": ["Documentation"], "labels": ["Documentation"], "assignees": ["kglidic"]}]' + parameters: '[ {"keywords": ["nircam","NIRCAM","NIRCam"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI","miri"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["Image Tools"], "assignees": ["kglidic","kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF Subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["Analysis Tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje","kglidic"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL","kglidic"]}, {"keywords": ["Documentation"], "labels": ["documentation"], "assignees": ["kglidic"]}]' github-token: "${{ secrets.GITHUB_TOKEN }}" From 3381e5dd5299143586f46cd26a037d0effc081cb Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:08:09 -0400 Subject: [PATCH 10/13] Update documentation-template.yml --- .github/ISSUE_TEMPLATE/documentation-template.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation-template.yml b/.github/ISSUE_TEMPLATE/documentation-template.yml index aedd4844..40689de0 100644 --- a/.github/ISSUE_TEMPLATE/documentation-template.yml +++ b/.github/ISSUE_TEMPLATE/documentation-template.yml @@ -1,8 +1,6 @@ name: Documentation Issue or Request description: Report issues or suggest improvements to the spaceKLIP documentation. title: "[Documentation]: " -labels: ["documentation"] -assignees: [] body: - type: checkboxes id: verify From 32e472a89b380e6adfd37c6a2f13c5e328196f3a Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Tue, 25 Jun 2024 23:01:52 -0400 Subject: [PATCH 11/13] Update autolabel.yml added more assignees and fixed some labels --- .github/workflows/autolabel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index c41c2ff0..624d4f55 100644 --- a/.github/workflows/autolabel.yml +++ b/.github/workflows/autolabel.yml @@ -10,5 +10,5 @@ jobs: - uses: Naturalclar/issue-action@v2.0.2 with: title-or-body: "both" - parameters: '[ {"keywords": ["nircam","NIRCAM","NIRCam"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI","miri"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["Image Tools"], "assignees": ["kglidic","kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF Subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["Analysis Tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje","kglidic"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL","kglidic"]}, {"keywords": ["Documentation"], "labels": ["documentation"], "assignees": ["kglidic"]}]' + parameters: '[ {"keywords": ["nircam","NIRCAM","NIRCam"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI","miri"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["image tools"], "assignees": ["kglidic","kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["analysis tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje","kglidic"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL","kglidic"]}, {"keywords": ["Documentation"], "labels": ["documentation"], "assignees": ["AarynnCarter","mperrin","kglidic"]}]' github-token: "${{ secrets.GITHUB_TOKEN }}" From 73858bd9d93758f0b17a6a673a884b29a9e4a415 Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Tue, 25 Jun 2024 23:18:25 -0400 Subject: [PATCH 12/13] Update documentation-template.yml adding back label that was accidentally removed --- .github/ISSUE_TEMPLATE/documentation-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/documentation-template.yml b/.github/ISSUE_TEMPLATE/documentation-template.yml index 40689de0..5cc0ac68 100644 --- a/.github/ISSUE_TEMPLATE/documentation-template.yml +++ b/.github/ISSUE_TEMPLATE/documentation-template.yml @@ -1,6 +1,7 @@ name: Documentation Issue or Request description: Report issues or suggest improvements to the spaceKLIP documentation. title: "[Documentation]: " +labels: ["documentation"] body: - type: checkboxes id: verify From 01ca981c3c11b2a308b295ff57f43a039ee5b9ed Mon Sep 17 00:00:00 2001 From: Kayli Glidic <67393897+kglidic@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:06:06 -0400 Subject: [PATCH 13/13] Update autolabel.yml Altered the NIRCam and MIRI flags --- .github/workflows/autolabel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index 624d4f55..c76d8a6e 100644 --- a/.github/workflows/autolabel.yml +++ b/.github/workflows/autolabel.yml @@ -10,5 +10,5 @@ jobs: - uses: Naturalclar/issue-action@v2.0.2 with: title-or-body: "both" - parameters: '[ {"keywords": ["nircam","NIRCAM","NIRCam"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI","miri"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["image tools"], "assignees": ["kglidic","kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["analysis tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje","kglidic"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL","kglidic"]}, {"keywords": ["Documentation"], "labels": ["documentation"], "assignees": ["AarynnCarter","mperrin","kglidic"]}]' + parameters: '[ {"keywords": ["NIRCam Stage 1/2 Pipeline"], "labels": ["NIRCam"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["MIRI Stage 1/2 Pipeline"], "labels": ["MIRI"], "assignees": ["AarynnCarter","mperrin","JarronL"]}, {"keywords": ["Image Tools"], "labels": ["image tools"], "assignees": ["kglidic","kammerje","AarynnCarter","wbalmer","kdlawson","JarronL"]}, {"keywords": ["PSF Subtraction"], "labels": ["PSF subtraction"], "assignees": ["kdlawson","wbalmer","AarynnCarter"]}, {"keywords": ["Analysis Tools"], "labels": ["analysis tools"], "assignees": ["kdlawson","wbalmer","AarynnCarter","juliengirard","kammerje","kglidic"]}, {"keywords": ["Other"], "labels": [], "assignees": ["kdlawson","AarynnCarter","juliengirard","JarronL","kglidic"]}, {"keywords": ["Documentation"], "labels": ["documentation"], "assignees": ["AarynnCarter","mperrin","kglidic"]}]' github-token: "${{ secrets.GITHUB_TOKEN }}"