File tree Expand file tree Collapse file tree 4 files changed +1
-82
lines changed
azurefunctions-extensions-bindings-blob Expand file tree Collapse file tree 4 files changed +1
-82
lines changed Original file line number Diff line number Diff line change 7878 PYTHON_ISORT_CONFIG_FILE : .isort.cfg
7979 FILTER_REGEX_INCLUDE : azurefunctions-extensions-base/.*
8080 DEFAULT_BRANCH : origin/dev
81-
82- send-notification :
83- runs-on : ubuntu-latest
84- needs : build
85- if : always()
86- steps :
87- - name : Notify dedicated teams channel on failure
88- if : ${{ always() && needs.build.result == 'failure' }}
89- uses : jdcargile/ms-teams-notification@v1.4
90- with :
91- github-token : ${{ github.token }}
92- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
93- notification-summary : " Python Extension Lint azurefunctions-extensions-base Failed"
94- notification-color : FF0000
95- timezone : America/Denver
96- verbose-logging : false
97-
98- - name : Notify dedicated teams channel on success
99- if : ${{ always() && needs.build.result == 'success' }}
100- uses : jdcargile/ms-teams-notification@v1.4
101- with :
102- github-token : ${{ github.token }}
103- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
104- notification-summary : " Python Extension Lint azurefunctions-extensions-base Passed"
105- notification-color : 008000
106- timezone : America/Denver
107- verbose-logging : false
Original file line number Diff line number Diff line change 7878 PYTHON_ISORT_CONFIG_FILE : .isort.cfg
7979 FILTER_REGEX_INCLUDE : azurefunctions-extensions-bindings-blob/*
8080 DEFAULT_BRANCH : origin/dev
81-
82- send-notification :
83- runs-on : ubuntu-latest
84- needs : build
85- if : always()
86- steps :
87- - name : Notify dedicated teams channel on failure
88- if : ${{ always() && needs.build.result == 'failure' }}
89- uses : jdcargile/ms-teams-notification@v1.4
90- with :
91- github-token : ${{ github.token }}
92- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
93- notification-summary : " Python Extension Lint azurefunctions-extensions-bindings-blob Failed"
94- notification-color : FF0000
95- timezone : America/Denver
96- verbose-logging : false
97-
98- - name : Notify dedicated teams channel on success
99- if : ${{ always() && needs.build.result == 'success' }}
100- uses : jdcargile/ms-teams-notification@v1.4
101- with :
102- github-token : ${{ github.token }}
103- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
104- notification-summary : " Python Extension Lint azurefunctions-extensions-bindings-blob Passed"
105- notification-color : 008000
106- timezone : America/Denver
107- verbose-logging : false
Original file line number Diff line number Diff line change 7878 PYTHON_ISORT_CONFIG_FILE : .isort.cfg
7979 FILTER_REGEX_INCLUDE : azurefunctions-extensions-http-fastapi/*
8080 DEFAULT_BRANCH : origin/dev
81-
82- send-notification :
83- runs-on : ubuntu-latest
84- needs : build
85- if : always()
86- steps :
87- - name : Notify dedicated teams channel on failure
88- if : ${{ always() && needs.build.result == 'failure' }}
89- uses : jdcargile/ms-teams-notification@v1.4
90- with :
91- github-token : ${{ github.token }}
92- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
93- notification-summary : " Python Extension Lint azurefunctions-extensions-http-fastapi Failed"
94- notification-color : FF0000
95- timezone : America/Denver
96- verbose-logging : false
97-
98- - name : Notify dedicated teams channel on success
99- if : ${{ always() && needs.build.result == 'success' }}
100- uses : jdcargile/ms-teams-notification@v1.4
101- with :
102- github-token : ${{ github.token }}
103- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
104- notification-summary : " Python Extension Lint azurefunctions-extensions-http-fastapi Passed"
105- notification-color : 008000
106- timezone : America/Denver
107- verbose-logging : false
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ classifiers= [
2525 ]
2626dependencies = [
2727 ' azurefunctions-extensions-base' ,
28- ' azure-storage-blob==12.20.0 '
28+ ' azure-storage-blob==12.23.1 '
2929 ]
3030
3131[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments