Skip to content

Created gasefficient uniswapV2 Trade solidity smart contract to swap eth or tokens efficiently from the contract. #88

Created gasefficient uniswapV2 Trade solidity smart contract to swap eth or tokens efficiently from the contract.

Created gasefficient uniswapV2 Trade solidity smart contract to swap eth or tokens efficiently from the contract. #88

Workflow file for this run

name: Add label to Merged PR
# The events for whcih this workflow wii be triggered
on:
pull_request_target:
types: [opened]
# The machine will run each job when workflow will be triggered
jobs:
automate-issues-labels:
runs-on: ubuntu-latest
# These tasks will be run in each job
steps:
- name: initial labeling
uses: andymckay/labeler@master
with:
add-labels: 'SWOC23'