diff --git a/.github/allowed-labels.yml b/.github/allowed-labels.yml index 0b816bb745c..5a3beb432e9 100644 --- a/.github/allowed-labels.yml +++ b/.github/allowed-labels.yml @@ -78,6 +78,9 @@ - name: Rust color: "f5f7f9" description: "This issue relates to the AWS SDK for Rust (Preview)" +- name: "SAP ABAP" + color: "f5f7f9" + description: "This issue relates to the AWS SDK for SAP ABAP" - name: Swift color: "f5f7f9" description: "This issue relates to the AWS SDK for Swift" diff --git a/.github/label-ruleset.yml b/.github/label-ruleset.yml index d0d3a4debb1..dd34b1c6281 100644 --- a/.github/label-ruleset.yml +++ b/.github/label-ruleset.yml @@ -24,6 +24,8 @@ Ruby: - ruby/**/* Rust: - rust_dev_preview/**/* +SAP ABAP: + - sap-abap/**/* Swift: - swift/**/* Typescript: