File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
pull_request_target :
9
9
# TODO Call when a PR affecting this package is merged or release is made
10
10
jobs :
11
- move-code :
11
+ mirror :
12
12
# Just don't run push in monorepo since we use cron there
13
13
# Still run on push in destination repo since it might be needed
14
14
# Note PR opened in dest repo pushes commit to source repo and now it's not run, doesn't seem to matter but if it does check actor
15
15
# And when PR merged in source, it still closes PR in destination but doesn't update destination repo
16
16
# Need to make sure only runs in mono and react-router-busy, not other mirrors
17
- if : (github.repository == 'bitofbreeze/mono' || github.repository == 'bitofbreeze/react-router-busy')
18
- # && (github.event_name != 'push' || github.repository != 'bitofbreeze/mono')
17
+ # But also could just not mirror these actions to others
18
+ if : (github.repository == 'bitofbreeze/mono' || github.repository == 'bitofbreeze/react-router-busy') && (github.event_name != 'push' || github.repository != 'bitofbreeze/mono')
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Check out code
You can’t perform that action at this time.
0 commit comments