Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
fdfca7f7
Commit
fdfca7f7
authored
Nov 06, 2020
by
Francisco Giordano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add patch-upstream GitHub Actions Workflow
parent
35c93112
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
0 deletions
+26
-0
patch-upstream.yml
.github/workflows/patch-upstream.yml
+16
-0
merge-upstream.sh
scripts/merge-upstream.sh
+9
-0
setup.js
test/setup.js
+1
-0
No files found.
.github/workflows/patch-upstream.yml
0 → 100644
View file @
fdfca7f7
name
:
Patch Upstream
on
:
workflow_dispatch
:
{}
schedule
:
-
cron
:
'
0
10
*
*
*'
jobs
:
update
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
with
:
ref
:
upstream-patched
fetch-depth
:
0
-
run
:
bash -x scripts/merge-upstream.sh
scripts/merge-upstream.sh
0 → 100644
View file @
fdfca7f7
#!/usr/bin/env bash
set
-euo
pipefail
-x
git fetch
'https://github.com/frangio/openzeppelin-contracts.git'
git config user.name
'github-actions'
git config user.email
'41898282+github-actions[bot]@users.noreply.github.com'
git merge
--no-edit
FETCH_HEAD
git push
test/setup.js
View file @
fdfca7f7
// a different comment!
const
{
deployRelayHub
}
=
require
(
'@openzeppelin/gsn-helpers'
);
before
(
'deploy GSN RelayHub'
,
async
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment