Skip to content

Commit

Permalink
fix: correct regex in policy-troubleshooter's OwlBot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Sep 25, 2023
1 parent 00babba commit 3196bc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java-policy-troubleshooter/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ deep-copy-regex:
- source: "/google/cloud/policytroubleshooter/(v.*)/.*-java/samples/snippets/generated"
dest: "/owl-bot-staging/java-policy-troubleshooter/$1/samples/snippets/generated"
- source: "/google/cloud/policytroubleshooter/iam/v3/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-policy-troubleshooter/$1/proto-google-cloud-policy-troubleshooter-$1/src"
dest: "/owl-bot-staging/java-policy-troubleshooter/v3/proto-google-cloud-policy-troubleshooter-v3/src"
- source: "/google/cloud/policytroubleshooter/iam/v3/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/java-policy-troubleshooter/$1/grpc-google-cloud-policy-troubleshooter-$1/src"
dest: "/owl-bot-staging/java-policy-troubleshooter/v3/grpc-google-cloud-policy-troubleshooter-v3/src"
- source: "/google/cloud/policytroubleshooter/iam/v3/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/java-policy-troubleshooter/$1/google-cloud-policy-troubleshooter/src"
dest: "/owl-bot-staging/java-policy-troubleshooter/v3/google-cloud-policy-troubleshooter/src"
- source: "/google/cloud/policytroubleshooter/iam/v3/.*-java/samples/snippets/generated"
dest: "/owl-bot-staging/java-policy-troubleshooter/$1/samples/snippets/generated"
dest: "/owl-bot-staging/java-policy-troubleshooter/v3/samples/snippets/generated"

api-name: policytroubleshooter

0 comments on commit 3196bc0

Please sign in to comment.