File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
packages/compas-open-scd/src/addons Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 19
19
project : CoMPAS Issues Overview Board
20
20
column : To do
21
21
repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
22
- - name : add-new-pull-request-to-organization-based-project-column
23
- if : (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
24
- uses : alex-page/github-project-automation-plus@v0.9.0
25
- with :
26
- project : CoMPAS Pull Request Overview Board
27
- column : To do
28
- repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
Original file line number Diff line number Diff line change @@ -413,7 +413,8 @@ export class CompasLayout extends LitElement {
413
413
}
414
414
) ;
415
415
416
- this . addEventListener ( 'userinfo' , this . onUserInfo ) ;
416
+ this . onUserInfo = this . onUserInfo . bind ( this ) ;
417
+ this . host . addEventListener ( 'userinfo' , this . onUserInfo ) ;
417
418
}
418
419
419
420
private onUserInfo ( event : UserInfoEvent ) {
You can’t perform that action at this time.
0 commit comments